Html Css Color HEX #601430 Claret

📋 copy color: '#601430'

red 96 ◦ green 20 ◦ blue 48

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

Shades of Claret #601430

Tints of Claret #601430

RGB

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

 GREEN value IS 20 (8.2% from 255) = 12.2%

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

R = 58.54%
G = 12.2%
B = 29.27%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.50

 K value IS 0.62

RGB Variations

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

Color information

#601430 (or 0x601430) is known color: Claret. HEX triplet: 60, 14 and 30. RGB value is (96,20,48). Sum of RGB (Red+Green+Blue) = 96+20+48=164 (21% of max value = 765). Red value is 96 (37.89% from 255 or 58.54% from 164); Green value is 20 (8.20% from 255 or 12.20% from 164); Blue value is 48 (19.14% from 255 or 29.27% from 164); Max value from RGB is 96 - color contains mainly: red. Hex color #601430 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601430 is #9FEBCF. Grayscale: #2D2D2D. Windows color (decimal): -10480592 or 3150944. OLE color: 3150944.

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

Color convert

RGB 96 20 48 -
CMYK 0 0.79 0.50 0.62
HSL 337.89º 0.66% 0.23% -
HSV(B) 337.89º 0.79% 0.38% -
XYZ 5.61 3.2 3.12 -
YUV 45.92 129.18 163.72 -
System Red Green Blue C M Y K H S L
Decimal 96 20 48 0 0.79 0.50 0.62 337.89 0.66 0.23
Hex 60 14 30 0 4F 32 3E 152 42 17
Octal 140 24 60 0 117 62 76 522 102 27
Binary 1100000 10100 110000 0 1001111 110010 111110 101010010 1000010 10111

Color Harmonies of #601430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601430

Black with #601430

Text Example


Text Example

White with #601430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601430; }

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

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

background-color css

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

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

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

border-color css

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

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

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