#63181B

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

Shades of Pohutukawa #63181B

Tints of Pohutukawa #63181B

Color information

#63181B (or 0x63181B) is unknown color: approx Pohutukawa. HEX triplet: 63, 18 and 1B. RGB value is (99,24,27). Sum of RGB (Red+Green+Blue) = 99+24+27=150 (19% of max value = 765). Red value is 99 (39.06% from 255 or 66% from 150); Green value is 24 (9.77% from 255 or 16% from 150); Blue value is 27 (10.94% from 255 or 18% from 150); Max value from RGB is 99 - color contains mainly: red. Hex color #63181B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63181B is #9CE7E4. Grayscale: #2E2E2E. Windows color (decimal): -10282981 or 1775715. OLE color: 1775715.

HSL color Cylindrical-coordinate representation of color #63181B: hue angle of 357.6º degrees, saturation: 0.61, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #63181B is Cyan = 0, Magento = 0.76, Yellow = 0.73 and Black (K on CMYK) = 0.61.

Color convert

RGB992427-
CMYK00.760.730.61
HSL357.6º60.98%24.12%-
HSV(B)357.6º75.76%38.82%-
XYZ5.673.391.39-
YUV46.77116.85165.26-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 66%
GREEN value IS 24 (9.77% from 255) = 16%
BLUE value IS 27 (10.94% from 255) = 18%
R=66%
G=16%
B=18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.73
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99242700.760.730.61357.660.9824.12
Hex63181B04C493D1663d18
Octal14330330114111755467530
Binary1100011110001101101001100100100111110110110011011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63181B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63181B; }

 p { color: rgb(99,24,27); }

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

<style>
 a { background-color: #63181B; }

 a { background-color: rgb(99,24,27); }

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

<style>
 span { border-color: #63181B; }

 span { border-color: rgb(99,24,27); }

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