#630211

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

Shades of Pohutukawa #630211

Tints of Pohutukawa #630211

Color information

#630211 (or 0x630211) is unknown color: approx Pohutukawa. HEX triplet: 63, 02 and 11. RGB value is (99,2,17). Sum of RGB (Red+Green+Blue) = 99+2+17=118 (15% of max value = 765). Red value is 99 (39.06% from 255 or 83.90% from 118); Green value is 2 (1.17% from 255 or 1.69% from 118); Blue value is 17 (7.03% from 255 or 14.41% from 118); Max value from RGB is 99 - color contains mainly: red. Hex color #630211 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #630211 is #9CFDEE. Grayscale: #202020. Windows color (decimal): -10288623 or 1114723. OLE color: 1114723.

HSL color Cylindrical-coordinate representation of color #630211: hue angle of 350.72º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #630211 is Cyan = 0, Magento = 0.98, Yellow = 0.83 and Black (K on CMYK) = 0.61.

Color convert

RGB99217-
CMYK00.980.830.61
HSL350.72º96.04%19.8%-
HSV(B)350.72º97.98%38.82%-
XYZ5.272.740.78-
YUV32.71119.14175.28-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 83.90%
GREEN value IS 2 (1.17% from 255) = 1.69%
BLUE value IS 17 (7.03% from 255) = 14.41%
R=83.90%
G=1.69%
B=14.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.83
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9921700.980.830.61350.7296.0419.8
Hex63211062533D15f6014
Octal14322101421237553714024
Binary11000111010001011000101010011111101101011111110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630211; }

 p { color: rgb(99,2,17); }

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

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

 a { background-color: rgb(99,2,17); }

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

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

 span { border-color: rgb(99,2,17); }

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