Html Css Color HEX #601330 Claret

📋 copy color: '#601330'

red 96 ◦ green 19 ◦ blue 48

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

Shades of Claret #601330

Tints of Claret #601330

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.66%

 BLUE value IS 48 (19.14% from 255) = 29.45%

R = 58.9%
G = 11.66%
B = 29.45%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.50

 K value IS 0.62

RGB Variations

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

Color information

#601330 (or 0x601330) is known color: Claret. HEX triplet: 60, 13 and 30. RGB value is (96,19,48). Sum of RGB (Red+Green+Blue) = 96+19+48=163 (21% of max value = 765). Red value is 96 (37.89% from 255 or 58.90% from 163); Green value is 19 (7.81% from 255 or 11.66% from 163); Blue value is 48 (19.14% from 255 or 29.45% from 163); Max value from RGB is 96 - color contains mainly: red. Hex color #601330 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601330 is #9FECCF. Grayscale: #2D2D2D. Windows color (decimal): -10480848 or 3150688. OLE color: 3150688.

HSL color Cylindrical-coordinate representation of color #601330: hue angle of 337.4º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #601330 is Cyan = 0, Magento = 0.80, Yellow = 0.50 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 19 48 -
CMYK 0 0.80 0.50 0.62
HSL 337.4º 0.67% 0.23% -
HSV(B) 337.4º 0.8% 0.38% -
XYZ 5.59 3.17 3.11 -
YUV 45.33 129.51 164.14 -
System Red Green Blue C M Y K H S L
Decimal 96 19 48 0 0.80 0.50 0.62 337.4 0.67 0.23
Hex 60 13 30 0 50 32 3E 151 43 17
Octal 140 23 60 0 120 62 76 521 103 27
Binary 1100000 10011 110000 0 1010000 110010 111110 101010001 1000011 10111

Color Harmonies of #601330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601330

Black with #601330

Text Example


Text Example

White with #601330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601330; }

 p { color: rgb(96,19,48); }

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

background-color css

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

 a { background-color: rgb(96,19,48); }

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

border-color css

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

 span { border-color: rgb(96,19,48); }

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