#630921

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

Shades of Pohutukawa #630921

Tints of Pohutukawa #630921

Color information

#630921 (or 0x630921) is unknown color: approx Pohutukawa. HEX triplet: 63, 09 and 21. RGB value is (99,9,33). Sum of RGB (Red+Green+Blue) = 99+9+33=141 (18% of max value = 765). Red value is 99 (39.06% from 255 or 70.21% from 141); Green value is 9 (3.91% from 255 or 6.38% from 141); Blue value is 33 (13.28% from 255 or 23.40% from 141); Max value from RGB is 99 - color contains mainly: red. Hex color #630921 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630921 is #9CF6DE. Grayscale: #262626. Windows color (decimal): -10286815 or 2165091. OLE color: 2165091.

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

Color convert

RGB99933-
CMYK00.910.670.61
HSL344º83.33%21.18%-
HSV(B)344º90.91%38.82%-
XYZ5.522.961.72-
YUV38.65124.82171.05-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 70.21%
GREEN value IS 9 (3.91% from 255) = 6.38%
BLUE value IS 33 (13.28% from 255) = 23.40%
R=70.21%
G=6.38%
B=23.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.67
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9993300.910.670.6134483.3321.18
Hex6392105B433D1585315
Octal143114101331037553012325
Binary11000111001100001010110111000011111101101011000101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630921; }

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

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

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

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

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

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

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

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