Html Css Color HEX #601F25 Pohutukawa

📋 copy color: '#601F25'

red 96 ◦ green 31 ◦ blue 37

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

Shades of Pohutukawa #601F25

Tints of Pohutukawa #601F25

RGB

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

 GREEN value IS 31 (12.5% from 255) = 18.9%

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

R = 58.54%
G = 18.9%
B = 22.56%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.61

 K value IS 0.62

RGB Variations

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

Color information

#601F25 (or 0x601F25) is known color: Pohutukawa. HEX triplet: 60, 1F and 25. RGB value is (96,31,37). Sum of RGB (Red+Green+Blue) = 96+31+37=164 (21% of max value = 765). Red value is 96 (37.89% from 255 or 58.54% from 164); Green value is 31 (12.5% from 255 or 18.90% from 164); Blue value is 37 (14.84% from 255 or 22.56% from 164); Max value from RGB is 96 - color contains mainly: red. Hex color #601F25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #601F25 is #9FE0DA. Grayscale: #333333. Windows color (decimal): -10477787 or 2432864. OLE color: 2432864.

HSL color Cylindrical-coordinate representation of color #601F25: hue angle of 354.46º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #601F25 is Cyan = 0, Magento = 0.68, Yellow = 0.61 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 31 37 -
CMYK 0 0.68 0.61 0.62
HSL 354.46º 0.51% 0.25% -
HSV(B) 354.46º 0.68% 0.38% -
XYZ 5.65 3.6 2.15 -
YUV 51.12 120.03 160.01 -
System Red Green Blue C M Y K H S L
Decimal 96 31 37 0 0.68 0.61 0.62 354.46 0.51 0.25
Hex 60 1F 25 0 44 3D 3E 162 33 19
Octal 140 37 45 0 104 75 76 542 63 31
Binary 1100000 11111 100101 0 1000100 111101 111110 101100010 110011 11001

Color Harmonies of #601F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601F25

Black with #601F25

Text Example


Text Example

White with #601F25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601F25; }

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

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

background-color css

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

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

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

border-color css

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

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

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