#63070D

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

Shades of Pohutukawa #63070D

Tints of Pohutukawa #63070D

Color information

#63070D (or 0x63070D) is unknown color: approx Pohutukawa. HEX triplet: 63, 07 and 0D. RGB value is (99,7,13). Sum of RGB (Red+Green+Blue) = 99+7+13=119 (15% of max value = 765). Red value is 99 (39.06% from 255 or 83.19% from 119); Green value is 7 (3.12% from 255 or 5.88% from 119); Blue value is 13 (5.47% from 255 or 10.92% from 119); Max value from RGB is 99 - color contains mainly: red. Hex color #63070D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #63070D is #9CF8F2. Grayscale: #232323. Windows color (decimal): -10287347 or 853859. OLE color: 853859.

HSL color Cylindrical-coordinate representation of color #63070D: hue angle of 356.09º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #63070D is Cyan = 0, Magento = 0.93, Yellow = 0.87 and Black (K on CMYK) = 0.61.

Color convert

RGB99713-
CMYK00.930.870.61
HSL356.09º86.79%20.78%-
HSV(B)356.09º92.93%38.82%-
XYZ5.292.830.65-
YUV35.19115.48173.51-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 83.19%
GREEN value IS 7 (3.12% from 255) = 5.88%
BLUE value IS 13 (5.47% from 255) = 10.92%
R=83.19%
G=5.88%
B=10.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.87
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9971300.930.870.61356.0986.7920.78
Hex637D05D573D1645715
Octal14371501351277554412725
Binary11000111111101010111011010111111101101100100101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63070D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63070D; }

 p { color: rgb(99,7,13); }

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

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

 a { background-color: rgb(99,7,13); }

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

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

 span { border-color: rgb(99,7,13); }

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