#631018

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

Shades of Pohutukawa #631018

Tints of Pohutukawa #631018

Color information

#631018 (or 0x631018) is unknown color: approx Pohutukawa. HEX triplet: 63, 10 and 18. RGB value is (99,16,24). Sum of RGB (Red+Green+Blue) = 99+16+24=139 (18% of max value = 765). Red value is 99 (39.06% from 255 or 71.22% from 139); Green value is 16 (6.64% from 255 or 11.51% from 139); Blue value is 24 (9.77% from 255 or 17.27% from 139); Max value from RGB is 99 - color contains mainly: red. Hex color #631018 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #631018 is #9CEFE7. Grayscale: #292929. Windows color (decimal): -10285032 or 1577059. OLE color: 1577059.

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

Color convert

RGB991624-
CMYK00.840.760.61
HSL354.22º72.17%22.55%-
HSV(B)354.22º83.84%38.82%-
XYZ5.53.091.17-
YUV41.73118168.85-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 71.22%
GREEN value IS 16 (6.64% from 255) = 11.51%
BLUE value IS 24 (9.77% from 255) = 17.27%
R=71.22%
G=11.51%
B=17.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.76
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99162400.840.760.61354.2272.1722.55
Hex6310180544C3D1624817
Octal143203001241147554211027
Binary11000111000011000010101001001100111101101100010100100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631018; }

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

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

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

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

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

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

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

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