#63141C

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

Shades of Pohutukawa #63141C

Tints of Pohutukawa #63141C

Color information

#63141C (or 0x63141C) is unknown color: approx Pohutukawa. HEX triplet: 63, 14 and 1C. RGB value is (99,20,28). Sum of RGB (Red+Green+Blue) = 99+20+28=147 (19% of max value = 765). Red value is 99 (39.06% from 255 or 67.35% from 147); Green value is 20 (8.20% from 255 or 13.61% from 147); Blue value is 28 (11.33% from 255 or 19.05% from 147); Max value from RGB is 99 - color contains mainly: red. Hex color #63141C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63141C is #9CEBE3. Grayscale: #2C2C2C. Windows color (decimal): -10284004 or 1840227. OLE color: 1840227.

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

Color convert

RGB992028-
CMYK00.800.720.61
HSL353.92º66.39%23.33%-
HSV(B)353.92º79.8%38.82%-
XYZ5.613.241.43-
YUV44.53118.67166.85-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 67.35%
GREEN value IS 20 (8.20% from 255) = 13.61%
BLUE value IS 28 (11.33% from 255) = 19.05%
R=67.35%
G=13.61%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.72
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99202800.800.720.61353.9266.3923.33
Hex63141C050483D1624217
Octal143243401201107554210227
Binary11000111010011100010100001001000111101101100010100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63141C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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