Html Css Color HEX #601728 Pohutukawa

📋 copy color: '#601728'

red 96 ◦ green 23 ◦ blue 40

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

Shades of Pohutukawa #601728

Tints of Pohutukawa #601728

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 25.16%

R = 60.38%
G = 14.47%
B = 25.16%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.58

 K value IS 0.62

RGB Variations

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

Color information

#601728 (or 0x601728) is known color: Pohutukawa. HEX triplet: 60, 17 and 28. RGB value is (96,23,40). Sum of RGB (Red+Green+Blue) = 96+23+40=159 (21% of max value = 765). Red value is 96 (37.89% from 255 or 60.38% from 159); Green value is 23 (9.38% from 255 or 14.47% from 159); Blue value is 40 (16.02% from 255 or 25.16% from 159); Max value from RGB is 96 - color contains mainly: red. Hex color #601728 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601728 is #9FE8D7. Grayscale: #2E2E2E. Windows color (decimal): -10479832 or 2627424. OLE color: 2627424.

HSL color Cylindrical-coordinate representation of color #601728: hue angle of 346.03º 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 #601728 is Cyan = 0, Magento = 0.76, Yellow = 0.58 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 23 40 -
CMYK 0 0.76 0.58 0.62
HSL 346.03º 0.61% 0.23% -
HSV(B) 346.03º 0.76% 0.38% -
XYZ 5.51 3.25 2.34 -
YUV 46.77 124.18 163.12 -
System Red Green Blue C M Y K H S L
Decimal 96 23 40 0 0.76 0.58 0.62 346.03 0.61 0.23
Hex 60 17 28 0 4C 3A 3E 15A 3D 17
Octal 140 27 50 0 114 72 76 532 75 27
Binary 1100000 10111 101000 0 1001100 111010 111110 101011010 111101 10111

Color Harmonies of #601728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601728

Black with #601728

Text Example


Text Example

White with #601728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601728; }

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

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

background-color css

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

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

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

border-color css

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

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

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