Html Css Color HEX #60172E Pohutukawa

📋 copy color: '#60172E'

red 96 ◦ green 23 ◦ blue 46

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

Shades of Pohutukawa #60172E

Tints of Pohutukawa #60172E

RGB

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

 GREEN value IS 23 (9.38% from 255) = 13.94%

 BLUE value IS 46 (18.36% from 255) = 27.88%

R = 58.18%
G = 13.94%
B = 27.88%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.52

 K value IS 0.62

RGB Variations

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

Color information

#60172E (or 0x60172E) is known color: Pohutukawa. HEX triplet: 60, 17 and 2E. RGB value is (96,23,46). Sum of RGB (Red+Green+Blue) = 96+23+46=165 (21% of max value = 765). Red value is 96 (37.89% from 255 or 58.18% from 165); Green value is 23 (9.38% from 255 or 13.94% from 165); Blue value is 46 (18.36% from 255 or 27.88% from 165); Max value from RGB is 96 - color contains mainly: red. Hex color #60172E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60172E is #9FE8D1. Grayscale: #2F2F2F. Windows color (decimal): -10479826 or 3020640. OLE color: 3020640.

HSL color Cylindrical-coordinate representation of color #60172E: hue angle of 341.1º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #60172E is Cyan = 0, Magento = 0.76, Yellow = 0.52 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 23 46 -
CMYK 0 0.76 0.52 0.62
HSL 341.1º 0.61% 0.23% -
HSV(B) 341.1º 0.76% 0.38% -
XYZ 5.62 3.3 2.92 -
YUV 47.45 127.18 162.63 -
System Red Green Blue C M Y K H S L
Decimal 96 23 46 0 0.76 0.52 0.62 341.1 0.61 0.23
Hex 60 17 2E 0 4C 34 3E 155 3D 17
Octal 140 27 56 0 114 64 76 525 75 27
Binary 1100000 10111 101110 0 1001100 110100 111110 101010101 111101 10111

Color Harmonies of #60172E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60172E

Black with #60172E

Text Example


Text Example

White with #60172E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60172E; }

 p { color: rgb(96,23,46); }

 H1.HeaderClassName
 {
   color: #60172E;
 }
 .AnyTagClassName
 {
   color: #60172E;
 }
</style>

background-color css

<style>
 a { background-color: #60172E; }

 a { background-color: rgb(96,23,46); }

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

border-color css

<style>
 span { border-color: #60172E; }

 span { border-color: rgb(96,23,46); }

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