#63182D

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

Shades of Pohutukawa #63182D

Tints of Pohutukawa #63182D

Color information

#63182D (or 0x63182D) is unknown color: approx Pohutukawa. HEX triplet: 63, 18 and 2D. RGB value is (99,24,45). Sum of RGB (Red+Green+Blue) = 99+24+45=168 (22% of max value = 765). Red value is 99 (39.06% from 255 or 58.93% from 168); Green value is 24 (9.77% from 255 or 14.29% from 168); Blue value is 45 (17.97% from 255 or 26.79% from 168); Max value from RGB is 99 - color contains mainly: red. Hex color #63182D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63182D is #9CE7D2. Grayscale: #303030. Windows color (decimal): -10282963 or 2955363. OLE color: 2955363.

HSL color Cylindrical-coordinate representation of color #63182D: hue angle of 343.2º 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 #63182D is Cyan = 0, Magento = 0.76, Yellow = 0.55 and Black (K on CMYK) = 0.61.

Color convert

RGB992445-
CMYK00.760.550.61
HSL343.2º60.98%24.12%-
HSV(B)343.2º75.76%38.82%-
XYZ5.953.52.84-
YUV48.82125.85163.79-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 58.93%
GREEN value IS 24 (9.77% from 255) = 14.29%
BLUE value IS 45 (17.97% from 255) = 26.79%
R=58.93%
G=14.29%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.55
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99244500.760.550.61343.260.9824.12
Hex63182D04C373D1573d18
Octal1433055011467755277530
Binary1100011110001011010100110011011111110110101011111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63182D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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