Html Css Color HEX #601325 Pohutukawa

📋 copy color: '#601325'

red 96 ◦ green 19 ◦ blue 37

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

Shades of Pohutukawa #601325

Tints of Pohutukawa #601325

RGB

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

 GREEN value IS 19 (7.81% from 255) = 12.5%

 BLUE value IS 37 (14.84% from 255) = 24.34%

R = 63.16%
G = 12.5%
B = 24.34%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.61

 K value IS 0.62

RGB Variations

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

Color information

#601325 (or 0x601325) is known color: Pohutukawa. HEX triplet: 60, 13 and 25. RGB value is (96,19,37). Sum of RGB (Red+Green+Blue) = 96+19+37=152 (20% of max value = 765). Red value is 96 (37.89% from 255 or 63.16% from 152); Green value is 19 (7.81% from 255 or 12.5% from 152); Blue value is 37 (14.84% from 255 or 24.34% from 152); Max value from RGB is 96 - color contains mainly: red. Hex color #601325 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601325 is #9FECDA. Grayscale: #2C2C2C. Windows color (decimal): -10480859 or 2429792. OLE color: 2429792.

HSL color Cylindrical-coordinate representation of color #601325: hue angle of 345.97º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #601325 is Cyan = 0, Magento = 0.80, Yellow = 0.61 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 19 37 -
CMYK 0 0.80 0.61 0.62
HSL 345.97º 0.67% 0.23% -
HSV(B) 345.97º 0.8% 0.38% -
XYZ 5.39 3.09 2.06 -
YUV 44.08 124.01 165.04 -
System Red Green Blue C M Y K H S L
Decimal 96 19 37 0 0.80 0.61 0.62 345.97 0.67 0.23
Hex 60 13 25 0 50 3D 3E 15A 43 17
Octal 140 23 45 0 120 75 76 532 103 27
Binary 1100000 10011 100101 0 1010000 111101 111110 101011010 1000011 10111

Color Harmonies of #601325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601325

Black with #601325

Text Example


Text Example

White with #601325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601325; }

 p { color: rgb(96,19,37); }

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

background-color css

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

 a { background-color: rgb(96,19,37); }

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

border-color css

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

 span { border-color: rgb(96,19,37); }

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