Html Css Color HEX #601934 Claret

📋 copy color: '#601934'

red 96 ◦ green 25 ◦ blue 52

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

Shades of Claret #601934

Tints of Claret #601934

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 30.06%

R = 55.49%
G = 14.45%
B = 30.06%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.46

 K value IS 0.62

RGB Variations

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

Color information

#601934 (or 0x601934) is known color: Claret. HEX triplet: 60, 19 and 34. RGB value is (96,25,52). Sum of RGB (Red+Green+Blue) = 96+25+52=173 (22% of max value = 765). Red value is 96 (37.89% from 255 or 55.49% from 173); Green value is 25 (10.16% from 255 or 14.45% from 173); Blue value is 52 (20.70% from 255 or 30.06% from 173); Max value from RGB is 96 - color contains mainly: red. Hex color #601934 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601934 is #9FE6CB. Grayscale: #313131. Windows color (decimal): -10479308 or 3414368. OLE color: 3414368.

HSL color Cylindrical-coordinate representation of color #601934: hue angle of 337.18º 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 #601934 is Cyan = 0, Magento = 0.74, Yellow = 0.46 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 25 52 -
CMYK 0 0.74 0.46 0.62
HSL 337.18º 0.59% 0.24% -
HSV(B) 337.18º 0.74% 0.38% -
XYZ 5.79 3.43 3.61 -
YUV 49.31 129.52 161.3 -
System Red Green Blue C M Y K H S L
Decimal 96 25 52 0 0.74 0.46 0.62 337.18 0.59 0.24
Hex 60 19 34 0 4A 2E 3E 151 3B 18
Octal 140 31 64 0 112 56 76 521 73 30
Binary 1100000 11001 110100 0 1001010 101110 111110 101010001 111011 11000

Color Harmonies of #601934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601934

Black with #601934

Text Example


Text Example

White with #601934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601934; }

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

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

background-color css

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

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

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

border-color css

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

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

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