#630721

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

Shades of Pohutukawa #630721

Tints of Pohutukawa #630721

Color information

#630721 (or 0x630721) is unknown color: approx Pohutukawa. HEX triplet: 63, 07 and 21. RGB value is (99,7,33). Sum of RGB (Red+Green+Blue) = 99+7+33=139 (18% of max value = 765). Red value is 99 (39.06% from 255 or 71.22% from 139); Green value is 7 (3.12% from 255 or 5.04% from 139); Blue value is 33 (13.28% from 255 or 23.74% from 139); Max value from RGB is 99 - color contains mainly: red. Hex color #630721 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630721 is #9CF8DE. Grayscale: #252525. Windows color (decimal): -10287327 or 2164579. OLE color: 2164579.

HSL color Cylindrical-coordinate representation of color #630721: hue angle of 343.04º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #630721 is Cyan = 0, Magento = 0.93, Yellow = 0.67 and Black (K on CMYK) = 0.61.

Color convert

RGB99733-
CMYK00.930.670.61
HSL343.04º86.79%20.78%-
HSV(B)343.04º92.93%38.82%-
XYZ5.52.911.71-
YUV37.47125.48171.89-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 71.22%
GREEN value IS 7 (3.12% from 255) = 5.04%
BLUE value IS 33 (13.28% from 255) = 23.74%
R=71.22%
G=5.04%
B=23.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.67
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9973300.930.670.61343.0486.7920.78
Hex6372105D433D1575715
Octal14374101351037552712725
Binary1100011111100001010111011000011111101101010111101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630721

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630721; }

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

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

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

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

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

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

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

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