#63131C

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

Shades of Pohutukawa #63131C

Tints of Pohutukawa #63131C

Color information

#63131C (or 0x63131C) is unknown color: approx Pohutukawa. HEX triplet: 63, 13 and 1C. RGB value is (99,19,28). Sum of RGB (Red+Green+Blue) = 99+19+28=146 (19% of max value = 765). Red value is 99 (39.06% from 255 or 67.81% from 146); Green value is 19 (7.81% from 255 or 13.01% from 146); Blue value is 28 (11.33% from 255 or 19.18% from 146); Max value from RGB is 99 - color contains mainly: red. Hex color #63131C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63131C is #9CECE3. Grayscale: #2B2B2B. Windows color (decimal): -10284260 or 1839971. OLE color: 1839971.

HSL color Cylindrical-coordinate representation of color #63131C: hue angle of 353.25º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #63131C is Cyan = 0, Magento = 0.81, Yellow = 0.72 and Black (K on CMYK) = 0.61.

Color convert

RGB991928-
CMYK00.810.720.61
HSL353.25º67.8%23.14%-
HSV(B)353.25º80.81%38.82%-
XYZ5.593.21.42-
YUV43.95119167.27-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 67.81%
GREEN value IS 19 (7.81% from 255) = 13.01%
BLUE value IS 28 (11.33% from 255) = 19.18%
R=67.81%
G=13.01%
B=19.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.72
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99192800.810.720.61353.2567.823.14
Hex63131C051483D1614417
Octal143233401211107554110427
Binary11000111001111100010100011001000111101101100001100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63131C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63131C; }

 p { color: rgb(99,19,28); }

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

<style>
 a { background-color: #63131C; }

 a { background-color: rgb(99,19,28); }

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

<style>
 span { border-color: #63131C; }

 span { border-color: rgb(99,19,28); }

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