Html Css Color HEX #601633 Claret

📋 copy color: '#601633'

red 96 ◦ green 22 ◦ blue 51

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

Shades of Claret #601633

Tints of Claret #601633

RGB

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

 GREEN value IS 22 (8.98% from 255) = 13.02%

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

R = 56.8%
G = 13.02%
B = 30.18%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.47

 K value IS 0.62

RGB Variations

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

Color information

#601633 (or 0x601633) is known color: Claret. HEX triplet: 60, 16 and 33. RGB value is (96,22,51). Sum of RGB (Red+Green+Blue) = 96+22+51=169 (22% of max value = 765). Red value is 96 (37.89% from 255 or 56.80% from 169); Green value is 22 (8.98% from 255 or 13.02% from 169); Blue value is 51 (20.31% from 255 or 30.18% from 169); Max value from RGB is 96 - color contains mainly: red. Hex color #601633 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601633 is #9FE9CC. Grayscale: #2F2F2F. Windows color (decimal): -10480077 or 3348064. OLE color: 3348064.

HSL color Cylindrical-coordinate representation of color #601633: hue angle of 336.49º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #601633 is Cyan = 0, Magento = 0.77, Yellow = 0.47 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 22 51 -
CMYK 0 0.77 0.47 0.62
HSL 336.49º 0.63% 0.23% -
HSV(B) 336.49º 0.77% 0.38% -
XYZ 5.71 3.3 3.47 -
YUV 47.43 130.02 162.64 -
System Red Green Blue C M Y K H S L
Decimal 96 22 51 0 0.77 0.47 0.62 336.49 0.63 0.23
Hex 60 16 33 0 4D 2F 3E 150 3F 17
Octal 140 26 63 0 115 57 76 520 77 27
Binary 1100000 10110 110011 0 1001101 101111 111110 101010000 111111 10111

Color Harmonies of #601633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601633

Black with #601633

Text Example


Text Example

White with #601633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601633; }

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

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

background-color css

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

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

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

border-color css

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

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

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