#630A1D

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

Shades of Pohutukawa #630A1D

Tints of Pohutukawa #630A1D

Color information

#630A1D (or 0x630A1D) is unknown color: approx Pohutukawa. HEX triplet: 63, 0A and 1D. RGB value is (99,10,29). Sum of RGB (Red+Green+Blue) = 99+10+29=138 (18% of max value = 765). Red value is 99 (39.06% from 255 or 71.74% from 138); Green value is 10 (4.30% from 255 or 7.25% from 138); Blue value is 29 (11.72% from 255 or 21.01% from 138); Max value from RGB is 99 - color contains mainly: red. Hex color #630A1D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630A1D is #9CF5E2. Grayscale: #262626. Windows color (decimal): -10286563 or 1903203. OLE color: 1903203.

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

Color convert

RGB991029-
CMYK00.900.710.61
HSL347.19º81.65%21.37%-
HSV(B)347.19º89.9%38.82%-
XYZ5.482.961.44-
YUV38.78122.49170.96-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 71.74%
GREEN value IS 10 (4.30% from 255) = 7.25%
BLUE value IS 29 (11.72% from 255) = 21.01%
R=71.74%
G=7.25%
B=21.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.71
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99102900.900.710.61347.1981.6521.37
Hex63A1D05A473D15b5215
Octal143123501321077553312225
Binary1100011101011101010110101000111111101101011011101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630A1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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