#630C21

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

Shades of Pohutukawa #630C21

Tints of Pohutukawa #630C21

Color information

#630C21 (or 0x630C21) is unknown color: approx Pohutukawa. HEX triplet: 63, 0C and 21. RGB value is (99,12,33). Sum of RGB (Red+Green+Blue) = 99+12+33=144 (19% of max value = 765). Red value is 99 (39.06% from 255 or 68.75% from 144); Green value is 12 (5.08% from 255 or 8.33% from 144); Blue value is 33 (13.28% from 255 or 22.92% from 144); Max value from RGB is 99 - color contains mainly: red. Hex color #630C21 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630C21 is #9CF3DE. Grayscale: #282828. Windows color (decimal): -10286047 or 2165859. OLE color: 2165859.

HSL color Cylindrical-coordinate representation of color #630C21: hue angle of 345.52º 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 #630C21 is Cyan = 0, Magento = 0.88, Yellow = 0.67 and Black (K on CMYK) = 0.61.

Color convert

RGB991233-
CMYK00.880.670.61
HSL345.52º78.38%21.76%-
HSV(B)345.52º87.88%38.82%-
XYZ5.553.031.73-
YUV40.41123.82169.79-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 68.75%
GREEN value IS 12 (5.08% from 255) = 8.33%
BLUE value IS 33 (13.28% from 255) = 22.92%
R=68.75%
G=8.33%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.67
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99123300.880.670.61345.5278.3821.76
Hex63C21058433D15a4e16
Octal143144101301037553211626
Binary11000111100100001010110001000011111101101011010100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630C21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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