Html Css Color HEX #601528 Pohutukawa

📋 copy color: '#601528'

red 96 ◦ green 21 ◦ blue 40

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

Shades of Pohutukawa #601528

Tints of Pohutukawa #601528

RGB

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

 GREEN value IS 21 (8.59% from 255) = 13.38%

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

R = 61.15%
G = 13.38%
B = 25.48%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.58

 K value IS 0.62

RGB Variations

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

Color information

#601528 (or 0x601528) is known color: Pohutukawa. HEX triplet: 60, 15 and 28. RGB value is (96,21,40). Sum of RGB (Red+Green+Blue) = 96+21+40=157 (20% of max value = 765). Red value is 96 (37.89% from 255 or 61.15% from 157); Green value is 21 (8.59% from 255 or 13.38% from 157); Blue value is 40 (16.02% from 255 or 25.48% from 157); Max value from RGB is 96 - color contains mainly: red. Hex color #601528 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601528 is #9FEAD7. Grayscale: #2D2D2D. Windows color (decimal): -10480344 or 2626912. OLE color: 2626912.

HSL color Cylindrical-coordinate representation of color #601528: hue angle of 344.8º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #601528 is Cyan = 0, Magento = 0.78, Yellow = 0.58 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 21 40 -
CMYK 0 0.78 0.58 0.62
HSL 344.8º 0.64% 0.23% -
HSV(B) 344.8º 0.78% 0.38% -
XYZ 5.48 3.18 2.33 -
YUV 45.59 124.85 163.96 -
System Red Green Blue C M Y K H S L
Decimal 96 21 40 0 0.78 0.58 0.62 344.8 0.64 0.23
Hex 60 15 28 0 4E 3A 3E 159 40 17
Octal 140 25 50 0 116 72 76 531 100 27
Binary 1100000 10101 101000 0 1001110 111010 111110 101011001 1000000 10111

Color Harmonies of #601528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601528

Black with #601528

Text Example


Text Example

White with #601528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601528; }

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

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

background-color css

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

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

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

border-color css

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

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

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