#631226

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

Shades of Pohutukawa #631226

Tints of Pohutukawa #631226

Color information

#631226 (or 0x631226) is unknown color: approx Pohutukawa. HEX triplet: 63, 12 and 26. RGB value is (99,18,38). Sum of RGB (Red+Green+Blue) = 99+18+38=155 (20% of max value = 765). Red value is 99 (39.06% from 255 or 63.87% from 155); Green value is 18 (7.42% from 255 or 11.61% from 155); Blue value is 38 (15.23% from 255 or 24.52% from 155); Max value from RGB is 99 - color contains mainly: red. Hex color #631226 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #631226 is #9CEDD9. Grayscale: #2C2C2C. Windows color (decimal): -10284506 or 2495075. OLE color: 2495075.

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

Color convert

RGB991838-
CMYK00.820.620.61
HSL345.19º69.23%22.94%-
HSV(B)345.19º81.82%38.82%-
XYZ5.713.232.16-
YUV44.5124.34166.87-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 63.87%
GREEN value IS 18 (7.42% from 255) = 11.61%
BLUE value IS 38 (15.23% from 255) = 24.52%
R=63.87%
G=11.61%
B=24.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.62
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99183800.820.620.61345.1969.2322.94
Hex6312260523E3D1594517
Octal14322460122767553110527
Binary11000111001010011001010010111110111101101011001100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631226; }

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

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

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

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

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

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

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

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