Html Css Color HEX #601C32 Claret

📋 copy color: '#601C32'

red 96 ◦ green 28 ◦ blue 50

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

Shades of Claret #601C32

Tints of Claret #601C32

RGB

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

 GREEN value IS 28 (11.33% from 255) = 16.09%

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

R = 55.17%
G = 16.09%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.48

 K value IS 0.62

RGB Variations

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

Color information

#601C32 (or 0x601C32) is known color: Claret. HEX triplet: 60, 1C and 32. RGB value is (96,28,50). Sum of RGB (Red+Green+Blue) = 96+28+50=174 (23% of max value = 765). Red value is 96 (37.89% from 255 or 55.17% from 174); Green value is 28 (11.33% from 255 or 16.09% from 174); Blue value is 50 (19.92% from 255 or 28.74% from 174); Max value from RGB is 96 - color contains mainly: red. Hex color #601C32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #601C32 is #9FE3CD. Grayscale: #323232. Windows color (decimal): -10478542 or 3284064. OLE color: 3284064.

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

Color convert

RGB 96 28 50 -
CMYK 0 0.71 0.48 0.62
HSL 340.59º 0.55% 0.24% -
HSV(B) 340.59º 0.71% 0.38% -
XYZ 5.81 3.55 3.4 -
YUV 50.84 127.53 160.21 -
System Red Green Blue C M Y K H S L
Decimal 96 28 50 0 0.71 0.48 0.62 340.59 0.55 0.24
Hex 60 1C 32 0 47 30 3E 155 37 18
Octal 140 34 62 0 107 60 76 525 67 30
Binary 1100000 11100 110010 0 1000111 110000 111110 101010101 110111 11000

Color Harmonies of #601C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601C32

Black with #601C32

Text Example


Text Example

White with #601C32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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