#63152D

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

Shades of Pohutukawa #63152D

Tints of Pohutukawa #63152D

Color information

#63152D (or 0x63152D) is unknown color: approx Pohutukawa. HEX triplet: 63, 15 and 2D. RGB value is (99,21,45). Sum of RGB (Red+Green+Blue) = 99+21+45=165 (21% of max value = 765). Red value is 99 (39.06% from 255 or 60% from 165); Green value is 21 (8.59% from 255 or 12.73% from 165); Blue value is 45 (17.97% from 255 or 27.27% from 165); Max value from RGB is 99 - color contains mainly: red. Hex color #63152D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63152D is #9CEAD2. Grayscale: #2F2F2F. Windows color (decimal): -10283731 or 2954595. OLE color: 2954595.

HSL color Cylindrical-coordinate representation of color #63152D: hue angle of 341.54º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #63152D is Cyan = 0, Magento = 0.79, Yellow = 0.55 and Black (K on CMYK) = 0.61.

Color convert

RGB992145-
CMYK00.790.550.61
HSL341.54º65%23.53%-
HSV(B)341.54º78.79%38.82%-
XYZ5.893.382.82-
YUV47.06126.84165.05-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 60%
GREEN value IS 21 (8.59% from 255) = 12.73%
BLUE value IS 45 (17.97% from 255) = 27.27%
R=60%
G=12.73%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.55
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99214500.790.550.61341.546523.53
Hex63152D04F373D1564118
Octal14325550117677552610130
Binary11000111010110110101001111110111111101101010110100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63152D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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