Html Css Color HEX #601726 Pohutukawa

📋 copy color: '#601726'

red 96 ◦ green 23 ◦ blue 38

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

Shades of Pohutukawa #601726

Tints of Pohutukawa #601726

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 24.2%

R = 61.15%
G = 14.65%
B = 24.2%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.60

 K value IS 0.62

RGB Variations

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

Color information

#601726 (or 0x601726) is known color: Pohutukawa. HEX triplet: 60, 17 and 26. RGB value is (96,23,38). Sum of RGB (Red+Green+Blue) = 96+23+38=157 (20% of max value = 765). Red value is 96 (37.89% from 255 or 61.15% from 157); Green value is 23 (9.38% from 255 or 14.65% from 157); Blue value is 38 (15.23% from 255 or 24.20% from 157); Max value from RGB is 96 - color contains mainly: red. Hex color #601726 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601726 is #9FE8D9. Grayscale: #2E2E2E. Windows color (decimal): -10479834 or 2496352. OLE color: 2496352.

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

Color convert

RGB 96 23 38 -
CMYK 0 0.76 0.60 0.62
HSL 347.67º 0.61% 0.23% -
HSV(B) 347.67º 0.76% 0.38% -
XYZ 5.48 3.24 2.17 -
YUV 46.54 123.18 163.28 -
System Red Green Blue C M Y K H S L
Decimal 96 23 38 0 0.76 0.60 0.62 347.67 0.61 0.23
Hex 60 17 26 0 4C 3C 3E 15C 3D 17
Octal 140 27 46 0 114 74 76 534 75 27
Binary 1100000 10111 100110 0 1001100 111100 111110 101011100 111101 10111

Color Harmonies of #601726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601726

Black with #601726

Text Example


Text Example

White with #601726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601726; }

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

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

background-color css

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

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

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

border-color css

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

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

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