#630A28

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

Shades of Pohutukawa #630A28

Tints of Pohutukawa #630A28

Color information

#630A28 (or 0x630A28) is unknown color: approx Pohutukawa. HEX triplet: 63, 0A and 28. RGB value is (99,10,40). Sum of RGB (Red+Green+Blue) = 99+10+40=149 (19% of max value = 765). Red value is 99 (39.06% from 255 or 66.44% from 149); Green value is 10 (4.30% from 255 or 6.71% from 149); Blue value is 40 (16.02% from 255 or 26.85% from 149); Max value from RGB is 99 - color contains mainly: red. Hex color #630A28 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630A28 is #9CF5D7. Grayscale: #282828. Windows color (decimal): -10286552 or 2624099. OLE color: 2624099.

HSL color Cylindrical-coordinate representation of color #630A28: hue angle of 339.78º degrees, saturation: 0.82, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #630A28 is Cyan = 0, Magento = 0.90, Yellow = 0.60 and Black (K on CMYK) = 0.61.

Color convert

RGB991040-
CMYK00.900.600.61
HSL339.78º81.65%21.37%-
HSV(B)339.78º89.9%38.82%-
XYZ5.643.022.29-
YUV40.03127.99170.06-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 66.44%
GREEN value IS 10 (4.30% from 255) = 6.71%
BLUE value IS 40 (16.02% from 255) = 26.85%
R=66.44%
G=6.71%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.60
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99104000.900.600.61339.7881.6521.37
Hex63A2805A3C3D1545215
Octal14312500132747552412225
Binary1100011101010100001011010111100111101101010100101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630A28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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