Html Css Color HEX #601A30 Claret

📋 copy color: '#601A30'

red 96 ◦ green 26 ◦ blue 48

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

Shades of Claret #601A30

Tints of Claret #601A30

RGB

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

 GREEN value IS 26 (10.55% from 255) = 15.29%

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

R = 56.47%
G = 15.29%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.50

 K value IS 0.62

RGB Variations

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

Color information

#601A30 (or 0x601A30) is known color: Claret. HEX triplet: 60, 1A and 30. RGB value is (96,26,48). Sum of RGB (Red+Green+Blue) = 96+26+48=170 (22% of max value = 765). Red value is 96 (37.89% from 255 or 56.47% from 170); Green value is 26 (10.55% from 255 or 15.29% from 170); Blue value is 48 (19.14% from 255 or 28.24% from 170); Max value from RGB is 96 - color contains mainly: red. Hex color #601A30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #601A30 is #9FE5CF. Grayscale: #313131. Windows color (decimal): -10479056 or 3152480. OLE color: 3152480.

HSL color Cylindrical-coordinate representation of color #601A30: hue angle of 341.14º degrees, saturation: 0.57, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #601A30 is Cyan = 0, Magento = 0.73, Yellow = 0.50 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 26 48 -
CMYK 0 0.73 0.50 0.62
HSL 341.14º 0.57% 0.24% -
HSV(B) 341.14º 0.73% 0.38% -
XYZ 5.73 3.44 3.16 -
YUV 49.44 127.19 161.21 -
System Red Green Blue C M Y K H S L
Decimal 96 26 48 0 0.73 0.50 0.62 341.14 0.57 0.24
Hex 60 1A 30 0 49 32 3E 155 39 18
Octal 140 32 60 0 111 62 76 525 71 30
Binary 1100000 11010 110000 0 1001001 110010 111110 101010101 111001 11000

Color Harmonies of #601A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601A30

Black with #601A30

Text Example


Text Example

White with #601A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601A30; }

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

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

background-color css

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

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

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

border-color css

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

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

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