Html Css Color HEX #601631 Claret

📋 copy color: '#601631'

red 96 ◦ green 22 ◦ blue 49

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

Shades of Claret #601631

Tints of Claret #601631

RGB

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

 GREEN value IS 22 (8.98% from 255) = 13.17%

 BLUE value IS 49 (19.53% from 255) = 29.34%

R = 57.49%
G = 13.17%
B = 29.34%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.49

 K value IS 0.62

RGB Variations

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

Color information

#601631 (or 0x601631) is known color: Claret. HEX triplet: 60, 16 and 31. RGB value is (96,22,49). Sum of RGB (Red+Green+Blue) = 96+22+49=167 (22% of max value = 765). Red value is 96 (37.89% from 255 or 57.49% from 167); Green value is 22 (8.98% from 255 or 13.17% from 167); Blue value is 49 (19.53% from 255 or 29.34% from 167); Max value from RGB is 96 - color contains mainly: red. Hex color #601631 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601631 is #9FE9CE. Grayscale: #2F2F2F. Windows color (decimal): -10480079 or 3216992. OLE color: 3216992.

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

Color convert

RGB 96 22 49 -
CMYK 0 0.77 0.49 0.62
HSL 338.11º 0.63% 0.23% -
HSV(B) 338.11º 0.77% 0.38% -
XYZ 5.67 3.28 3.24 -
YUV 47.2 129.02 162.8 -
System Red Green Blue C M Y K H S L
Decimal 96 22 49 0 0.77 0.49 0.62 338.11 0.63 0.23
Hex 60 16 31 0 4D 31 3E 152 3F 17
Octal 140 26 61 0 115 61 76 522 77 27
Binary 1100000 10110 110001 0 1001101 110001 111110 101010010 111111 10111

Color Harmonies of #601631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #601631

Black with #601631

Text Example


Text Example

White with #601631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #601631; }

 p { color: rgb(96,22,49); }

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

background-color css

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

 a { background-color: rgb(96,22,49); }

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

border-color css

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

 span { border-color: rgb(96,22,49); }

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