Html Css Color HEX #601A32 Claret

📋 copy color: '#601A32'

red 96 ◦ green 26 ◦ blue 50

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

Shades of Claret #601A32

Tints of Claret #601A32

RGB

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

 GREEN value IS 26 (10.55% from 255) = 15.12%

 BLUE value IS 50 (19.92% from 255) = 29.07%

R = 55.81%
G = 15.12%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.48

 K value IS 0.62

RGB Variations

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

Color information

#601A32 (or 0x601A32) is known color: Claret. HEX triplet: 60, 1A and 32. RGB value is (96,26,50). Sum of RGB (Red+Green+Blue) = 96+26+50=172 (22% of max value = 765). Red value is 96 (37.89% from 255 or 55.81% from 172); Green value is 26 (10.55% from 255 or 15.12% from 172); Blue value is 50 (19.92% from 255 or 29.07% from 172); Max value from RGB is 96 - color contains mainly: red. Hex color #601A32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #601A32 is #9FE5CD. Grayscale: #313131. Windows color (decimal): -10479054 or 3283552. OLE color: 3283552.

HSL color Cylindrical-coordinate representation of color #601A32: hue angle of 339.43º degrees, saturation: 0.57, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #601A32 is Cyan = 0, Magento = 0.73, Yellow = 0.48 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 26 50 -
CMYK 0 0.73 0.48 0.62
HSL 339.43º 0.57% 0.24% -
HSV(B) 339.43º 0.73% 0.38% -
XYZ 5.77 3.46 3.38 -
YUV 49.67 128.19 161.05 -
System Red Green Blue C M Y K H S L
Decimal 96 26 50 0 0.73 0.48 0.62 339.43 0.57 0.24
Hex 60 1A 32 0 49 30 3E 153 39 18
Octal 140 32 62 0 111 60 76 523 71 30
Binary 1100000 11010 110010 0 1001001 110000 111110 101010011 111001 11000

Color Harmonies of #601A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601A32

Black with #601A32

Text Example


Text Example

White with #601A32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,26,50); }

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

background-color css

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

 a { background-color: rgb(96,26,50); }

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

border-color css

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

 span { border-color: rgb(96,26,50); }

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