#63141E

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

Shades of Pohutukawa #63141E

Tints of Pohutukawa #63141E

Color information

#63141E (or 0x63141E) is unknown color: approx Pohutukawa. HEX triplet: 63, 14 and 1E. RGB value is (99,20,30). Sum of RGB (Red+Green+Blue) = 99+20+30=149 (19% of max value = 765). Red value is 99 (39.06% from 255 or 66.44% from 149); Green value is 20 (8.20% from 255 or 13.42% from 149); Blue value is 30 (12.11% from 255 or 20.13% from 149); Max value from RGB is 99 - color contains mainly: red. Hex color #63141E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63141E is #9CEBE1. Grayscale: #2C2C2C. Windows color (decimal): -10284002 or 1971299. OLE color: 1971299.

HSL color Cylindrical-coordinate representation of color #63141E: hue angle of 352.41º 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 #63141E is Cyan = 0, Magento = 0.80, Yellow = 0.70 and Black (K on CMYK) = 0.61.

Color convert

RGB992030-
CMYK00.800.700.61
HSL352.41º66.39%23.33%-
HSV(B)352.41º79.8%38.82%-
XYZ5.633.251.56-
YUV44.76119.67166.69-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 66.44%
GREEN value IS 20 (8.20% from 255) = 13.42%
BLUE value IS 30 (12.11% from 255) = 20.13%
R=66.44%
G=13.42%
B=20.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.70
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99203000.800.700.61352.4166.3923.33
Hex63141E050463D1604217
Octal143243601201067554010227
Binary11000111010011110010100001000110111101101100000100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63141E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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