#630A15

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

Shades of Pohutukawa #630A15

Tints of Pohutukawa #630A15

Color information

#630A15 (or 0x630A15) is unknown color: approx Pohutukawa. HEX triplet: 63, 0A and 15. RGB value is (99,10,21). Sum of RGB (Red+Green+Blue) = 99+10+21=130 (17% of max value = 765). Red value is 99 (39.06% from 255 or 76.15% from 130); Green value is 10 (4.30% from 255 or 7.69% from 130); Blue value is 21 (8.59% from 255 or 16.15% from 130); Max value from RGB is 99 - color contains mainly: red. Hex color #630A15 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #630A15 is #9CF5EA. Grayscale: #252525. Windows color (decimal): -10286571 or 1378915. OLE color: 1378915.

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

Color convert

RGB991021-
CMYK00.900.790.61
HSL352.58º81.65%21.37%-
HSV(B)352.58º89.9%38.82%-
XYZ5.392.920.99-
YUV37.86118.49171.61-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 76.15%
GREEN value IS 10 (4.30% from 255) = 7.69%
BLUE value IS 21 (8.59% from 255) = 16.15%
R=76.15%
G=7.69%
B=16.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.79
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99102100.900.790.61352.5881.6521.37
Hex63A1505A4F3D1615215
Octal143122501321177554112225
Binary1100011101010101010110101001111111101101100001101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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