#632126

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

Shades of Pohutukawa #632126

Tints of Pohutukawa #632126

Color information

#632126 (or 0x632126) is unknown color: approx Pohutukawa. HEX triplet: 63, 21 and 26. RGB value is (99,33,38). Sum of RGB (Red+Green+Blue) = 99+33+38=170 (22% of max value = 765). Red value is 99 (39.06% from 255 or 58.24% from 170); Green value is 33 (13.28% from 255 or 19.41% from 170); Blue value is 38 (15.23% from 255 or 22.35% from 170); Max value from RGB is 99 - color contains mainly: red. Hex color #632126 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632126 is #9CDED9. Grayscale: #353535. Windows color (decimal): -10280666 or 2498915. OLE color: 2498915.

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

Color convert

RGB993338-
CMYK00.670.620.61
HSL355.45º50%25.88%-
HSV(B)355.45º66.67%38.82%-
XYZ6.043.882.26-
YUV53.3119.37160.59-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 58.24%
GREEN value IS 33 (13.28% from 255) = 19.41%
BLUE value IS 38 (15.23% from 255) = 22.35%
R=58.24%
G=19.41%
B=22.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.62
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99333800.670.620.61355.455025.88
Hex6321260433E3D163321a
Octal1434146010376755436232
Binary11000111000011001100100001111111011110110110001111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632126; }

 p { color: rgb(99,33,38); }

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

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

 a { background-color: rgb(99,33,38); }

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

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

 span { border-color: rgb(99,33,38); }

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