#60192D

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

Shades of Pohutukawa #60192D

Tints of Pohutukawa #60192D

Color information

#60192D (or 0x60192D) is unknown color: approx Pohutukawa. HEX triplet: 60, 19 and 2D. RGB value is (96,25,45). Sum of RGB (Red+Green+Blue) = 96+25+45=166 (21% of max value = 765). Red value is 96 (37.89% from 255 or 57.83% from 166); Green value is 25 (10.16% from 255 or 15.06% from 166); Blue value is 45 (17.97% from 255 or 27.11% from 166); Max value from RGB is 96 - color contains mainly: red. Hex color #60192D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60192D is #9FE6D2. Grayscale: #303030. Windows color (decimal): -10479315 or 2955616. OLE color: 2955616.

HSL color Cylindrical-coordinate representation of color #60192D: hue angle of 343.1º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #60192D is Cyan = 0, Magento = 0.74, Yellow = 0.53 and Black (K on CMYK) = 0.62.

Color convert

RGB962545-
CMYK00.740.530.62
HSL343.1º58.68%23.73%-
HSV(B)343.1º73.96%37.65%-
XYZ5.653.372.84-
YUV48.51126.02161.87-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 57.83%
GREEN value IS 25 (10.16% from 255) = 15.06%
BLUE value IS 45 (17.97% from 255) = 27.11%
R=57.83%
G=15.06%
B=27.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.53
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96254500.740.530.62343.158.6823.73
Hex60192D04A353E1573b18
Octal1403155011265765277330
Binary1100000110011011010100101011010111111010101011111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60192D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60192D; }

 p { color: rgb(96,25,45); }

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

<style>
 a { background-color: #60192D; }

 a { background-color: rgb(96,25,45); }

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

<style>
 span { border-color: #60192D; }

 span { border-color: rgb(96,25,45); }

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