#63192A

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

Shades of Pohutukawa #63192A

Tints of Pohutukawa #63192A

Color information

#63192A (or 0x63192A) is unknown color: approx Pohutukawa. HEX triplet: 63, 19 and 2A. RGB value is (99,25,42). Sum of RGB (Red+Green+Blue) = 99+25+42=166 (21% of max value = 765). Red value is 99 (39.06% from 255 or 59.64% from 166); Green value is 25 (10.16% from 255 or 15.06% from 166); Blue value is 42 (16.80% from 255 or 25.30% from 166); Max value from RGB is 99 - color contains mainly: red. Hex color #63192A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63192A is #9CE6D5. Grayscale: #313131. Windows color (decimal): -10282710 or 2759011. OLE color: 2759011.

HSL color Cylindrical-coordinate representation of color #63192A: hue angle of 346.22º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #63192A is Cyan = 0, Magento = 0.75, Yellow = 0.58 and Black (K on CMYK) = 0.61.

Color convert

RGB992542-
CMYK00.750.580.61
HSL346.22º59.68%24.31%-
HSV(B)346.22º74.75%38.82%-
XYZ5.913.522.56-
YUV49.06124.02163.62-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 59.64%
GREEN value IS 25 (10.16% from 255) = 15.06%
BLUE value IS 42 (16.80% from 255) = 25.30%
R=59.64%
G=15.06%
B=25.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.58
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99254200.750.580.61346.2259.6824.31
Hex63192A04B3A3D15a3c18
Octal1433152011372755327430
Binary1100011110011010100100101111101011110110101101011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63192A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,25,42); }

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

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

 a { background-color: rgb(99,25,42); }

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

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

 span { border-color: rgb(99,25,42); }

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