Html Css Color HEX #601625 Pohutukawa

📋 copy color: '#601625'

red 96 ◦ green 22 ◦ blue 37

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

Shades of Pohutukawa #601625

Tints of Pohutukawa #601625

RGB

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

 GREEN value IS 22 (8.98% from 255) = 14.19%

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

R = 61.94%
G = 14.19%
B = 23.87%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.61

 K value IS 0.62

RGB Variations

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

Color information

#601625 (or 0x601625) is known color: Pohutukawa. HEX triplet: 60, 16 and 25. RGB value is (96,22,37). Sum of RGB (Red+Green+Blue) = 96+22+37=155 (20% of max value = 765). Red value is 96 (37.89% from 255 or 61.94% from 155); Green value is 22 (8.98% from 255 or 14.19% from 155); Blue value is 37 (14.84% from 255 or 23.87% from 155); Max value from RGB is 96 - color contains mainly: red. Hex color #601625 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601625 is #9FE9DA. Grayscale: #2D2D2D. Windows color (decimal): -10480091 or 2430560. OLE color: 2430560.

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

Color convert

RGB 96 22 37 -
CMYK 0 0.77 0.61 0.62
HSL 347.84º 0.63% 0.23% -
HSV(B) 347.84º 0.77% 0.38% -
XYZ 5.44 3.19 2.08 -
YUV 45.84 123.02 163.78 -
System Red Green Blue C M Y K H S L
Decimal 96 22 37 0 0.77 0.61 0.62 347.84 0.63 0.23
Hex 60 16 25 0 4D 3D 3E 15C 3F 17
Octal 140 26 45 0 115 75 76 534 77 27
Binary 1100000 10110 100101 0 1001101 111101 111110 101011100 111111 10111

Color Harmonies of #601625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601625

Black with #601625

Text Example


Text Example

White with #601625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601625; }

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

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

background-color css

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

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

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

border-color css

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

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

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