Html Css Color HEX #601D30 Claret

📋 copy color: '#601D30'

red 96 ◦ green 29 ◦ blue 48

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

Shades of Claret #601D30

Tints of Claret #601D30

RGB

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

 GREEN value IS 29 (11.72% from 255) = 16.76%

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

R = 55.49%
G = 16.76%
B = 27.75%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.50

 K value IS 0.62

RGB Variations

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

Color information

#601D30 (or 0x601D30) is known color: Claret. HEX triplet: 60, 1D and 30. RGB value is (96,29,48). Sum of RGB (Red+Green+Blue) = 96+29+48=173 (22% of max value = 765). Red value is 96 (37.89% from 255 or 55.49% from 173); Green value is 29 (11.72% from 255 or 16.76% from 173); Blue value is 48 (19.14% from 255 or 27.75% from 173); Max value from RGB is 96 - color contains mainly: red. Hex color #601D30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #601D30 is #9FE2CF. Grayscale: #333333. Windows color (decimal): -10478288 or 3153248. OLE color: 3153248.

HSL color Cylindrical-coordinate representation of color #601D30: hue angle of 342.99º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #601D30 is Cyan = 0, Magento = 0.70, Yellow = 0.50 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 29 48 -
CMYK 0 0.70 0.50 0.62
HSL 342.99º 0.54% 0.25% -
HSV(B) 342.99º 0.7% 0.38% -
XYZ 5.8 3.58 3.18 -
YUV 51.2 126.2 159.96 -
System Red Green Blue C M Y K H S L
Decimal 96 29 48 0 0.70 0.50 0.62 342.99 0.54 0.25
Hex 60 1D 30 0 46 32 3E 157 36 19
Octal 140 35 60 0 106 62 76 527 66 31
Binary 1100000 11101 110000 0 1000110 110010 111110 101010111 110110 11001

Color Harmonies of #601D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601D30

Black with #601D30

Text Example


Text Example

White with #601D30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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