Html Css Color HEX #601431 Claret

📋 copy color: '#601431'

red 96 ◦ green 20 ◦ blue 49

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

Shades of Claret #601431

Tints of Claret #601431

RGB

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

 GREEN value IS 20 (8.2% from 255) = 12.12%

 BLUE value IS 49 (19.53% from 255) = 29.7%

R = 58.18%
G = 12.12%
B = 29.7%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.49

 K value IS 0.62

RGB Variations

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

Color information

#601431 (or 0x601431) is known color: Claret. HEX triplet: 60, 14 and 31. RGB value is (96,20,49). Sum of RGB (Red+Green+Blue) = 96+20+49=165 (21% of max value = 765). Red value is 96 (37.89% from 255 or 58.18% from 165); Green value is 20 (8.20% from 255 or 12.12% from 165); Blue value is 49 (19.53% from 255 or 29.70% from 165); Max value from RGB is 96 - color contains mainly: red. Hex color #601431 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601431 is #9FEBCE. Grayscale: #2D2D2D. Windows color (decimal): -10480591 or 3216480. OLE color: 3216480.

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

Color convert

RGB 96 20 49 -
CMYK 0 0.79 0.49 0.62
HSL 337.11º 0.66% 0.23% -
HSV(B) 337.11º 0.79% 0.38% -
XYZ 5.63 3.21 3.23 -
YUV 46.03 129.68 163.64 -
System Red Green Blue C M Y K H S L
Decimal 96 20 49 0 0.79 0.49 0.62 337.11 0.66 0.23
Hex 60 14 31 0 4F 31 3E 151 42 17
Octal 140 24 61 0 117 61 76 521 102 27
Binary 1100000 10100 110001 0 1001111 110001 111110 101010001 1000010 10111

Color Harmonies of #601431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601431

Black with #601431

Text Example


Text Example

White with #601431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601431; }

 p { color: rgb(96,20,49); }

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

background-color css

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

 a { background-color: rgb(96,20,49); }

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

border-color css

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

 span { border-color: rgb(96,20,49); }

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