Html Css Color HEX #60192B Pohutukawa

📋 copy color: '#60192B'

red 96 ◦ green 25 ◦ blue 43

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

Shades of Pohutukawa #60192B

Tints of Pohutukawa #60192B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 26.22%

R = 58.54%
G = 15.24%
B = 26.22%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.55

 K value IS 0.62

RGB Variations

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

Color information

#60192B (or 0x60192B) is known color: Pohutukawa. HEX triplet: 60, 19 and 2B. RGB value is (96,25,43). Sum of RGB (Red+Green+Blue) = 96+25+43=164 (21% of max value = 765). Red value is 96 (37.89% from 255 or 58.54% from 164); Green value is 25 (10.16% from 255 or 15.24% from 164); Blue value is 43 (17.19% from 255 or 26.22% from 164); Max value from RGB is 96 - color contains mainly: red. Hex color #60192B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60192B is #9FE6D4. Grayscale: #303030. Windows color (decimal): -10479317 or 2824544. OLE color: 2824544.

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

Color convert

RGB 96 25 43 -
CMYK 0 0.74 0.55 0.62
HSL 344.79º 0.59% 0.24% -
HSV(B) 344.79º 0.74% 0.38% -
XYZ 5.61 3.36 2.64 -
YUV 48.28 125.02 162.04 -
System Red Green Blue C M Y K H S L
Decimal 96 25 43 0 0.74 0.55 0.62 344.79 0.59 0.24
Hex 60 19 2B 0 4A 37 3E 159 3B 18
Octal 140 31 53 0 112 67 76 531 73 30
Binary 1100000 11001 101011 0 1001010 110111 111110 101011001 111011 11000

Color Harmonies of #60192B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60192B

Black with #60192B

Text Example


Text Example

White with #60192B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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