#601726

Color #601726 Pohutukawa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pohutukawa #601726

Tints of Pohutukawa #601726

Color information

#601726 (or 0x601726) is unknown color: approx 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

RGB962338-
CMYK00.760.600.62
HSL347.67º61.34%23.33%-
HSV(B)347.67º76.04%37.65%-
XYZ5.483.242.17-
YUV46.54123.18163.28-

RGB Variations

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

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.20%
R=61.15%
G=14.65%
B=24.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.60
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96233800.760.600.62347.6761.3423.33
Hex60172604C3C3E15c3d17
Octal1402746011474765347527
Binary1100000101111001100100110011110011111010101110011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>