Html Css Color HEX #601832 Claret

📋 copy color: '#601832'

red 96 ◦ green 24 ◦ blue 50

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

Shades of Claret #601832

Tints of Claret #601832

RGB

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

 GREEN value IS 24 (9.77% from 255) = 14.12%

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

R = 56.47%
G = 14.12%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.48

 K value IS 0.62

RGB Variations

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

Color information

#601832 (or 0x601832) is known color: Claret. HEX triplet: 60, 18 and 32. RGB value is (96,24,50). Sum of RGB (Red+Green+Blue) = 96+24+50=170 (22% of max value = 765). Red value is 96 (37.89% from 255 or 56.47% from 170); Green value is 24 (9.77% from 255 or 14.12% from 170); Blue value is 50 (19.92% from 255 or 29.41% from 170); Max value from RGB is 96 - color contains mainly: red. Hex color #601832 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601832 is #9FE7CD. Grayscale: #303030. Windows color (decimal): -10479566 or 3283040. OLE color: 3283040.

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

Color convert

RGB 96 24 50 -
CMYK 0 0.75 0.48 0.62
HSL 338.33º 0.6% 0.24% -
HSV(B) 338.33º 0.75% 0.38% -
XYZ 5.73 3.37 3.37 -
YUV 48.49 128.85 161.89 -
System Red Green Blue C M Y K H S L
Decimal 96 24 50 0 0.75 0.48 0.62 338.33 0.6 0.24
Hex 60 18 32 0 4B 30 3E 152 3C 18
Octal 140 30 62 0 113 60 76 522 74 30
Binary 1100000 11000 110010 0 1001011 110000 111110 101010010 111100 11000

Color Harmonies of #601832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601832

Black with #601832

Text Example


Text Example

White with #601832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601832; }

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

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

background-color css

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

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

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

border-color css

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

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

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