#631318

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

Shades of Pohutukawa #631318

Tints of Pohutukawa #631318

Color information

#631318 (or 0x631318) is unknown color: approx Pohutukawa. HEX triplet: 63, 13 and 18. RGB value is (99,19,24). Sum of RGB (Red+Green+Blue) = 99+19+24=142 (18% of max value = 765). Red value is 99 (39.06% from 255 or 69.72% from 142); Green value is 19 (7.81% from 255 or 13.38% from 142); Blue value is 24 (9.77% from 255 or 16.90% from 142); Max value from RGB is 99 - color contains mainly: red. Hex color #631318 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #631318 is #9CECE7. Grayscale: #2B2B2B. Windows color (decimal): -10284264 or 1577827. OLE color: 1577827.

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

Color convert

RGB991924-
CMYK00.810.760.61
HSL356.25º67.8%23.14%-
HSV(B)356.25º80.81%38.82%-
XYZ5.543.181.19-
YUV43.49117167.59-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 69.72%
GREEN value IS 19 (7.81% from 255) = 13.38%
BLUE value IS 24 (9.77% from 255) = 16.90%
R=69.72%
G=13.38%
B=16.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.76
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99192400.810.760.61356.2567.823.14
Hex6313180514C3D1644417
Octal143233001211147554410427
Binary11000111001111000010100011001100111101101100100100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631318; }

 p { color: rgb(99,19,24); }

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

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

 a { background-color: rgb(99,19,24); }

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

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

 span { border-color: rgb(99,19,24); }

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