Html Css Color HEX #601825 Pohutukawa

📋 copy color: '#601825'

red 96 ◦ green 24 ◦ blue 37

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

Shades of Pohutukawa #601825

Tints of Pohutukawa #601825

RGB

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

 GREEN value IS 24 (9.77% from 255) = 15.29%

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

R = 61.15%
G = 15.29%
B = 23.57%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.61

 K value IS 0.62

RGB Variations

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

Color information

#601825 (or 0x601825) is known color: Pohutukawa. HEX triplet: 60, 18 and 25. RGB value is (96,24,37). Sum of RGB (Red+Green+Blue) = 96+24+37=157 (20% of max value = 765). Red value is 96 (37.89% from 255 or 61.15% from 157); Green value is 24 (9.77% from 255 or 15.29% from 157); Blue value is 37 (14.84% from 255 or 23.57% from 157); Max value from RGB is 96 - color contains mainly: red. Hex color #601825 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601825 is #9FE7DA. Grayscale: #2F2F2F. Windows color (decimal): -10479579 or 2431072. OLE color: 2431072.

HSL color Cylindrical-coordinate representation of color #601825: hue angle of 349.17º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #601825 is Cyan = 0, Magento = 0.75, Yellow = 0.61 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 24 37 -
CMYK 0 0.75 0.61 0.62
HSL 349.17º 0.6% 0.24% -
HSV(B) 349.17º 0.75% 0.38% -
XYZ 5.48 3.27 2.09 -
YUV 47.01 122.35 162.94 -
System Red Green Blue C M Y K H S L
Decimal 96 24 37 0 0.75 0.61 0.62 349.17 0.6 0.24
Hex 60 18 25 0 4B 3D 3E 15D 3C 18
Octal 140 30 45 0 113 75 76 535 74 30
Binary 1100000 11000 100101 0 1001011 111101 111110 101011101 111100 11000

Color Harmonies of #601825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601825

Black with #601825

Text Example


Text Example

White with #601825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601825; }

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

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

background-color css

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

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

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

border-color css

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

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

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