#632228

Color #632228 Pohutukawa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pohutukawa #632228

Tints of Pohutukawa #632228

Color information

#632228 (or 0x632228) is unknown color: approx Pohutukawa. HEX triplet: 63, 22 and 28. RGB value is (99,34,40). Sum of RGB (Red+Green+Blue) = 99+34+40=173 (22% of max value = 765). Red value is 99 (39.06% from 255 or 57.23% from 173); Green value is 34 (13.67% from 255 or 19.65% from 173); Blue value is 40 (16.02% from 255 or 23.12% from 173); Max value from RGB is 99 - color contains mainly: red. Hex color #632228 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632228 is #9CDDD7. Grayscale: #363636. Windows color (decimal): -10280408 or 2630243. OLE color: 2630243.

HSL color Cylindrical-coordinate representation of color #632228: hue angle of 354.46º degrees, saturation: 0.49, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #632228 is Cyan = 0, Magento = 0.66, Yellow = 0.60 and Black (K on CMYK) = 0.61.

Color convert

RGB993440-
CMYK00.660.600.61
HSL354.46º48.87%26.08%-
HSV(B)354.46º65.66%38.82%-
XYZ6.13.952.45-
YUV54.12120.03160.01-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 99 (39.06% from 255) = 57.23%
GREEN value IS 34 (13.67% from 255) = 19.65%
BLUE value IS 40 (16.02% from 255) = 23.12%
R=57.23%
G=19.65%
B=23.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.60
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99344000.660.600.61354.4648.8726.08
Hex6322280423C3D162311a
Octal1434250010274755426132
Binary11000111000101010000100001011110011110110110001011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632228; }

 p { color: rgb(99,34,40); }

 H1.HeaderClassName
 {
   color: #632228;
 }
 .AnyTagClassName
 {
   color: #632228;
 }
</style>
background-color css

<style>
 a { background-color: #632228; }

 a { background-color: rgb(99,34,40); }

 div.DivClassName
 {
   background-color: #632228;
 }
 .BgClassName
 {
   background-color: #632228;
 }
</style>
border-color css

<style>
 span { border-color: #632228; }

 span { border-color: rgb(99,34,40); }

 td.TdClassName
 {
   border-color: #632228;
 }
 .TagClassName
 {
   border-color: #632228;
 }
</style>