#630A29

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

Shades of Pohutukawa #630A29

Tints of Pohutukawa #630A29

Color information

#630A29 (or 0x630A29) is unknown color: approx Pohutukawa. HEX triplet: 63, 0A and 29. RGB value is (99,10,41). Sum of RGB (Red+Green+Blue) = 99+10+41=150 (19% of max value = 765). Red value is 99 (39.06% from 255 or 66% from 150); Green value is 10 (4.30% from 255 or 6.67% from 150); Blue value is 41 (16.41% from 255 or 27.33% from 150); Max value from RGB is 99 - color contains mainly: red. Hex color #630A29 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630A29 is #9CF5D6. Grayscale: #282828. Windows color (decimal): -10286551 or 2689635. OLE color: 2689635.

HSL color Cylindrical-coordinate representation of color #630A29: hue angle of 339.1º 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 #630A29 is Cyan = 0, Magento = 0.90, Yellow = 0.59 and Black (K on CMYK) = 0.61.

Color convert

RGB991041-
CMYK00.900.590.61
HSL339.1º81.65%21.37%-
HSV(B)339.1º89.9%38.82%-
XYZ5.653.032.38-
YUV40.14128.49169.98-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 66%
GREEN value IS 10 (4.30% from 255) = 6.67%
BLUE value IS 41 (16.41% from 255) = 27.33%
R=66%
G=6.67%
B=27.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.59
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99104100.900.590.61339.181.6521.37
Hex63A2905A3B3D1535215
Octal14312510132737552312225
Binary1100011101010100101011010111011111101101010011101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630A29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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