#63172E

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

Shades of Pohutukawa #63172E

Tints of Pohutukawa #63172E

Color information

#63172E (or 0x63172E) is unknown color: approx Pohutukawa. HEX triplet: 63, 17 and 2E. RGB value is (99,23,46). Sum of RGB (Red+Green+Blue) = 99+23+46=168 (22% of max value = 765). Red value is 99 (39.06% from 255 or 58.93% from 168); Green value is 23 (9.38% from 255 or 13.69% from 168); Blue value is 46 (18.36% from 255 or 27.38% from 168); Max value from RGB is 99 - color contains mainly: red. Hex color #63172E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63172E is #9CE8D1. Grayscale: #303030. Windows color (decimal): -10283218 or 3020643. OLE color: 3020643.

HSL color Cylindrical-coordinate representation of color #63172E: hue angle of 341.84º degrees, saturation: 0.62, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #63172E is Cyan = 0, Magento = 0.77, Yellow = 0.54 and Black (K on CMYK) = 0.61.

Color convert

RGB992346-
CMYK00.770.540.61
HSL341.84º62.3%23.92%-
HSV(B)341.84º76.77%38.82%-
XYZ5.953.462.94-
YUV48.35126.68164.13-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 58.93%
GREEN value IS 23 (9.38% from 255) = 13.69%
BLUE value IS 46 (18.36% from 255) = 27.38%
R=58.93%
G=13.69%
B=27.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.54
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99234600.770.540.61341.8462.323.92
Hex63172E04D363D1563e18
Octal1432756011566755267630
Binary1100011101111011100100110111011011110110101011011111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63172E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,23,46); }

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

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

 a { background-color: rgb(99,23,46); }

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

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

 span { border-color: rgb(99,23,46); }

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