#630F21

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

Shades of Pohutukawa #630F21

Tints of Pohutukawa #630F21

Color information

#630F21 (or 0x630F21) is unknown color: approx Pohutukawa. HEX triplet: 63, 0F and 21. RGB value is (99,15,33). Sum of RGB (Red+Green+Blue) = 99+15+33=147 (19% of max value = 765). Red value is 99 (39.06% from 255 or 67.35% from 147); Green value is 15 (6.25% from 255 or 10.20% from 147); Blue value is 33 (13.28% from 255 or 22.45% from 147); Max value from RGB is 99 - color contains mainly: red. Hex color #630F21 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630F21 is #9CF0DE. Grayscale: #2A2A2A. Windows color (decimal): -10285279 or 2166627. OLE color: 2166627.

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

Color convert

RGB991533-
CMYK00.850.670.61
HSL347.14º73.68%22.35%-
HSV(B)347.14º84.85%38.82%-
XYZ5.593.11.74-
YUV42.17122.83168.54-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 67.35%
GREEN value IS 15 (6.25% from 255) = 10.20%
BLUE value IS 33 (13.28% from 255) = 22.45%
R=67.35%
G=10.20%
B=22.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.67
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99153300.850.670.61347.1473.6822.35
Hex63F21055433D15b4a16
Octal143174101251037553311226
Binary11000111111100001010101011000011111101101011011100101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630F21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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