Html Css Color HEX #601530 Claret

📋 copy color: '#601530'

red 96 ◦ green 21 ◦ blue 48

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

Shades of Claret #601530

Tints of Claret #601530

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.73%

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

R = 58.18%
G = 12.73%
B = 29.09%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.50

 K value IS 0.62

RGB Variations

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

Color information

#601530 (or 0x601530) is known color: Claret. HEX triplet: 60, 15 and 30. RGB value is (96,21,48). Sum of RGB (Red+Green+Blue) = 96+21+48=165 (21% of max value = 765). Red value is 96 (37.89% from 255 or 58.18% from 165); Green value is 21 (8.59% from 255 or 12.73% from 165); Blue value is 48 (19.14% from 255 or 29.09% from 165); Max value from RGB is 96 - color contains mainly: red. Hex color #601530 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601530 is #9FEACF. Grayscale: #2E2E2E. Windows color (decimal): -10480336 or 3151200. OLE color: 3151200.

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

Color convert

RGB 96 21 48 -
CMYK 0 0.78 0.50 0.62
HSL 338.4º 0.64% 0.23% -
HSV(B) 338.4º 0.78% 0.38% -
XYZ 5.63 3.24 3.12 -
YUV 46.5 128.85 163.3 -
System Red Green Blue C M Y K H S L
Decimal 96 21 48 0 0.78 0.50 0.62 338.4 0.64 0.23
Hex 60 15 30 0 4E 32 3E 152 40 17
Octal 140 25 60 0 116 62 76 522 100 27
Binary 1100000 10101 110000 0 1001110 110010 111110 101010010 1000000 10111

Color Harmonies of #601530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601530

Black with #601530

Text Example


Text Example

White with #601530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601530; }

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

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

background-color css

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

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

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

border-color css

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

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

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