Html Css Color HEX #60192A Pohutukawa

📋 copy color: '#60192A'

red 96 ◦ green 25 ◦ blue 42

#60192A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pohutukawa #60192A

Tints of Pohutukawa #60192A

RGB

 RED value IS 96 (37.89% from 255) = 58.9%

 GREEN value IS 25 (10.16% from 255) = 15.34%

 BLUE value IS 42 (16.8% from 255) = 25.77%

R = 58.9%
G = 15.34%
B = 25.77%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.56

 K value IS 0.62

RGB Variations

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

Color information

#60192A (or 0x60192A) is known color: Pohutukawa. HEX triplet: 60, 19 and 2A. RGB value is (96,25,42). Sum of RGB (Red+Green+Blue) = 96+25+42=163 (21% of max value = 765). Red value is 96 (37.89% from 255 or 58.90% from 163); Green value is 25 (10.16% from 255 or 15.34% from 163); Blue value is 42 (16.80% from 255 or 25.77% from 163); Max value from RGB is 96 - color contains mainly: red. Hex color #60192A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60192A is #9FE6D5. Grayscale: #303030. Windows color (decimal): -10479318 or 2759008. OLE color: 2759008.

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

Color convert

RGB 96 25 42 -
CMYK 0 0.74 0.56 0.62
HSL 345.63º 0.59% 0.24% -
HSV(B) 345.63º 0.74% 0.38% -
XYZ 5.59 3.35 2.54 -
YUV 48.17 124.52 162.12 -
System Red Green Blue C M Y K H S L
Decimal 96 25 42 0 0.74 0.56 0.62 345.63 0.59 0.24
Hex 60 19 2A 0 4A 38 3E 15A 3B 18
Octal 140 31 52 0 112 70 76 532 73 30
Binary 1100000 11001 101010 0 1001010 111000 111110 101011010 111011 11000

Color Harmonies of #60192A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60192A

Black with #60192A

Text Example


Text Example

White with #60192A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #60192A;
 }
 .AnyTagClassName
 {
   color: #60192A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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