#63141A

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

Shades of Pohutukawa #63141A

Tints of Pohutukawa #63141A

Color information

#63141A (or 0x63141A) is unknown color: approx Pohutukawa. HEX triplet: 63, 14 and 1A. RGB value is (99,20,26). Sum of RGB (Red+Green+Blue) = 99+20+26=145 (19% of max value = 765). Red value is 99 (39.06% from 255 or 68.28% from 145); Green value is 20 (8.20% from 255 or 13.79% from 145); Blue value is 26 (10.55% from 255 or 17.93% from 145); Max value from RGB is 99 - color contains mainly: red. Hex color #63141A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63141A is #9CEBE5. Grayscale: #2C2C2C. Windows color (decimal): -10284006 or 1709155. OLE color: 1709155.

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

Color convert

RGB992026-
CMYK00.800.740.61
HSL355.44º66.39%23.33%-
HSV(B)355.44º79.8%38.82%-
XYZ5.583.231.31-
YUV44.3117.67167.01-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 68.28%
GREEN value IS 20 (8.20% from 255) = 13.79%
BLUE value IS 26 (10.55% from 255) = 17.93%
R=68.28%
G=13.79%
B=17.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.74
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99202600.800.740.61355.4466.3923.33
Hex63141A0504A3D1634217
Octal143243201201127554310227
Binary11000111010011010010100001001010111101101100011100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63141A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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