#630928

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

Shades of Pohutukawa #630928

Tints of Pohutukawa #630928

Color information

#630928 (or 0x630928) is unknown color: approx Pohutukawa. HEX triplet: 63, 09 and 28. RGB value is (99,9,40). Sum of RGB (Red+Green+Blue) = 99+9+40=148 (19% of max value = 765). Red value is 99 (39.06% from 255 or 66.89% from 148); Green value is 9 (3.91% from 255 or 6.08% from 148); Blue value is 40 (16.02% from 255 or 27.03% from 148); Max value from RGB is 99 - color contains mainly: red. Hex color #630928 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630928 is #9CF6D7. Grayscale: #272727. Windows color (decimal): -10286808 or 2623843. OLE color: 2623843.

HSL color Cylindrical-coordinate representation of color #630928: hue angle of 339.33º 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 #630928 is Cyan = 0, Magento = 0.91, Yellow = 0.60 and Black (K on CMYK) = 0.61.

Color convert

RGB99940-
CMYK00.910.600.61
HSL339.33º83.33%21.18%-
HSV(B)339.33º90.91%38.82%-
XYZ5.6332.29-
YUV39.44128.32170.48-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 66.89%
GREEN value IS 9 (3.91% from 255) = 6.08%
BLUE value IS 40 (16.02% from 255) = 27.03%
R=66.89%
G=6.08%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.60
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9994000.910.600.61339.3383.3321.18
Hex6392805B3C3D1535315
Octal14311500133747552312325
Binary1100011100110100001011011111100111101101010011101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630928; }

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

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

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

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

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

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

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

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