#63061E

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

Shades of Pohutukawa #63061E

Tints of Pohutukawa #63061E

Color information

#63061E (or 0x63061E) is unknown color: approx Pohutukawa. HEX triplet: 63, 06 and 1E. RGB value is (99,6,30). Sum of RGB (Red+Green+Blue) = 99+6+30=135 (17% of max value = 765). Red value is 99 (39.06% from 255 or 73.33% from 135); Green value is 6 (2.73% from 255 or 4.44% from 135); Blue value is 30 (12.11% from 255 or 22.22% from 135); Max value from RGB is 99 - color contains mainly: red. Hex color #63061E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63061E is #9CF9E1. Grayscale: #242424. Windows color (decimal): -10287586 or 1967715. OLE color: 1967715.

HSL color Cylindrical-coordinate representation of color #63061E: hue angle of 344.52º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #63061E is Cyan = 0, Magento = 0.94, Yellow = 0.70 and Black (K on CMYK) = 0.61.

Color convert

RGB99630-
CMYK00.940.700.61
HSL344.52º88.57%20.59%-
HSV(B)344.52º93.94%38.82%-
XYZ5.452.881.5-
YUV36.54124.31172.55-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 73.33%
GREEN value IS 6 (2.73% from 255) = 4.44%
BLUE value IS 30 (12.11% from 255) = 22.22%
R=73.33%
G=4.44%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.70
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9963000.940.700.61344.5288.5720.59
Hex6361E05E463D1595915
Octal14363601361067553113125
Binary110001111011110010111101000110111101101011001101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63061E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63061E; }

 p { color: rgb(99,6,30); }

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

<style>
 a { background-color: #63061E; }

 a { background-color: rgb(99,6,30); }

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

<style>
 span { border-color: #63061E; }

 span { border-color: rgb(99,6,30); }

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