#630C29

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

Shades of Pohutukawa #630C29

Tints of Pohutukawa #630C29

Color information

#630C29 (or 0x630C29) is unknown color: approx Pohutukawa. HEX triplet: 63, 0C and 29. RGB value is (99,12,41). Sum of RGB (Red+Green+Blue) = 99+12+41=152 (20% of max value = 765). Red value is 99 (39.06% from 255 or 65.13% from 152); Green value is 12 (5.08% from 255 or 7.89% from 152); Blue value is 41 (16.41% from 255 or 26.97% from 152); Max value from RGB is 99 - color contains mainly: red. Hex color #630C29 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630C29 is #9CF3D6. Grayscale: #292929. Windows color (decimal): -10286039 or 2690147. OLE color: 2690147.

HSL color Cylindrical-coordinate representation of color #630C29: hue angle of 340º degrees, saturation: 0.78, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #630C29 is Cyan = 0, Magento = 0.88, Yellow = 0.59 and Black (K on CMYK) = 0.61.

Color convert

RGB991241-
CMYK00.880.590.61
HSL340º78.38%21.76%-
HSV(B)340º87.88%38.82%-
XYZ5.683.082.39-
YUV41.32127.82169.14-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 65.13%
GREEN value IS 12 (5.08% from 255) = 7.89%
BLUE value IS 41 (16.41% from 255) = 26.97%
R=65.13%
G=7.89%
B=26.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.59
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99124100.880.590.6134078.3821.76
Hex63C290583B3D1544e16
Octal14314510130737552411626
Binary1100011110010100101011000111011111101101010100100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630C29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630C29; }

 p { color: rgb(99,12,41); }

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

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

 a { background-color: rgb(99,12,41); }

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

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

 span { border-color: rgb(99,12,41); }

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