Html Css Color HEX #601925 Pohutukawa

📋 copy color: '#601925'

red 96 ◦ green 25 ◦ blue 37

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

Shades of Pohutukawa #601925

Tints of Pohutukawa #601925

RGB

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

 GREEN value IS 25 (10.16% from 255) = 15.82%

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

R = 60.76%
G = 15.82%
B = 23.42%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.61

 K value IS 0.62

RGB Variations

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

Color information

#601925 (or 0x601925) is known color: Pohutukawa. HEX triplet: 60, 19 and 25. RGB value is (96,25,37). Sum of RGB (Red+Green+Blue) = 96+25+37=158 (20% of max value = 765). Red value is 96 (37.89% from 255 or 60.76% from 158); Green value is 25 (10.16% from 255 or 15.82% from 158); Blue value is 37 (14.84% from 255 or 23.42% from 158); Max value from RGB is 96 - color contains mainly: red. Hex color #601925 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601925 is #9FE6DA. Grayscale: #2F2F2F. Windows color (decimal): -10479323 or 2431328. OLE color: 2431328.

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

Color convert

RGB 96 25 37 -
CMYK 0 0.74 0.61 0.62
HSL 349.86º 0.59% 0.24% -
HSV(B) 349.86º 0.74% 0.38% -
XYZ 5.51 3.32 2.1 -
YUV 47.6 122.02 162.52 -
System Red Green Blue C M Y K H S L
Decimal 96 25 37 0 0.74 0.61 0.62 349.86 0.59 0.24
Hex 60 19 25 0 4A 3D 3E 15E 3B 18
Octal 140 31 45 0 112 75 76 536 73 30
Binary 1100000 11001 100101 0 1001010 111101 111110 101011110 111011 11000

Color Harmonies of #601925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601925

Black with #601925

Text Example


Text Example

White with #601925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601925; }

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

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

background-color css

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

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

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

border-color css

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

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

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