Html Css Color HEX #601526 Pohutukawa

📋 copy color: '#601526'

red 96 ◦ green 21 ◦ blue 38

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

Shades of Pohutukawa #601526

Tints of Pohutukawa #601526

RGB

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

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

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

R = 61.94%
G = 13.55%
B = 24.52%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.60

 K value IS 0.62

RGB Variations

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

Color information

#601526 (or 0x601526) is known color: Pohutukawa. HEX triplet: 60, 15 and 26. RGB value is (96,21,38). Sum of RGB (Red+Green+Blue) = 96+21+38=155 (20% of max value = 765). Red value is 96 (37.89% from 255 or 61.94% from 155); Green value is 21 (8.59% from 255 or 13.55% from 155); Blue value is 38 (15.23% from 255 or 24.52% from 155); Max value from RGB is 96 - color contains mainly: red. Hex color #601526 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601526 is #9FEAD9. Grayscale: #2D2D2D. Windows color (decimal): -10480346 or 2495840. OLE color: 2495840.

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

Color convert

RGB 96 21 38 -
CMYK 0 0.78 0.60 0.62
HSL 346.4º 0.64% 0.23% -
HSV(B) 346.4º 0.78% 0.38% -
XYZ 5.44 3.16 2.16 -
YUV 45.36 123.85 164.12 -
System Red Green Blue C M Y K H S L
Decimal 96 21 38 0 0.78 0.60 0.62 346.4 0.64 0.23
Hex 60 15 26 0 4E 3C 3E 15A 40 17
Octal 140 25 46 0 116 74 76 532 100 27
Binary 1100000 10101 100110 0 1001110 111100 111110 101011010 1000000 10111

Color Harmonies of #601526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601526

Black with #601526

Text Example


Text Example

White with #601526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601526; }

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

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

background-color css

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

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

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

border-color css

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

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

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