#631217

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

Shades of Pohutukawa #631217

Tints of Pohutukawa #631217

Color information

#631217 (or 0x631217) is unknown color: approx Pohutukawa. HEX triplet: 63, 12 and 17. RGB value is (99,18,23). Sum of RGB (Red+Green+Blue) = 99+18+23=140 (18% of max value = 765). Red value is 99 (39.06% from 255 or 70.71% from 140); Green value is 18 (7.42% from 255 or 12.86% from 140); Blue value is 23 (9.38% from 255 or 16.43% from 140); Max value from RGB is 99 - color contains mainly: red. Hex color #631217 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #631217 is #9CEDE8. Grayscale: #2A2A2A. Windows color (decimal): -10284521 or 1512035. OLE color: 1512035.

HSL color Cylindrical-coordinate representation of color #631217: hue angle of 356.3º 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 #631217 is Cyan = 0, Magento = 0.82, Yellow = 0.77 and Black (K on CMYK) = 0.61.

Color convert

RGB991823-
CMYK00.820.770.61
HSL356.3º69.23%22.94%-
HSV(B)356.3º81.82%38.82%-
XYZ5.523.151.13-
YUV42.79116.84168.09-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 70.71%
GREEN value IS 18 (7.42% from 255) = 12.86%
BLUE value IS 23 (9.38% from 255) = 16.43%
R=70.71%
G=12.86%
B=16.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.77
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99182300.820.770.61356.369.2322.94
Hex6312170524D3D1644517
Octal143222701221157554410527
Binary11000111001010111010100101001101111101101100100100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631217; }

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

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

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

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

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

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

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

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