Html Css Color HEX #601933 Claret

📋 copy color: '#601933'

red 96 ◦ green 25 ◦ blue 51

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

Shades of Claret #601933

Tints of Claret #601933

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 29.65%

R = 55.81%
G = 14.53%
B = 29.65%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.47

 K value IS 0.62

RGB Variations

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

Color information

#601933 (or 0x601933) is known color: Claret. HEX triplet: 60, 19 and 33. RGB value is (96,25,51). Sum of RGB (Red+Green+Blue) = 96+25+51=172 (22% of max value = 765). Red value is 96 (37.89% from 255 or 55.81% from 172); Green value is 25 (10.16% from 255 or 14.53% from 172); Blue value is 51 (20.31% from 255 or 29.65% from 172); Max value from RGB is 96 - color contains mainly: red. Hex color #601933 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601933 is #9FE6CC. Grayscale: #313131. Windows color (decimal): -10479309 or 3348832. OLE color: 3348832.

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

Color convert

RGB 96 25 51 -
CMYK 0 0.74 0.47 0.62
HSL 338.03º 0.59% 0.24% -
HSV(B) 338.03º 0.74% 0.38% -
XYZ 5.77 3.42 3.49 -
YUV 49.19 129.02 161.39 -
System Red Green Blue C M Y K H S L
Decimal 96 25 51 0 0.74 0.47 0.62 338.03 0.59 0.24
Hex 60 19 33 0 4A 2F 3E 152 3B 18
Octal 140 31 63 0 112 57 76 522 73 30
Binary 1100000 11001 110011 0 1001010 101111 111110 101010010 111011 11000

Color Harmonies of #601933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601933

Black with #601933

Text Example


Text Example

White with #601933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601933; }

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

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

background-color css

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

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

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

border-color css

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

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

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