Html Css Color HEX #611531 Claret

📋 copy color: '#611531'

red 97 ◦ green 21 ◦ blue 49

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

Shades of Claret #611531

Tints of Claret #611531

RGB

 RED value IS 97 (38.28% from 255) = 58.08%

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

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

R = 58.08%
G = 12.57%
B = 29.34%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.49

 K value IS 0.62

RGB Variations

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

Color information

#611531 (or 0x611531) is known color: Claret. HEX triplet: 61, 15 and 31. RGB value is (97,21,49). Sum of RGB (Red+Green+Blue) = 97+21+49=167 (22% of max value = 765). Red value is 97 (38.28% from 255 or 58.08% from 167); Green value is 21 (8.59% from 255 or 12.57% from 167); Blue value is 49 (19.53% from 255 or 29.34% from 167); Max value from RGB is 97 - color contains mainly: red. Hex color #611531 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #611531 is #9EEACE. Grayscale: #2E2E2E. Windows color (decimal): -10414799 or 3216737. OLE color: 3216737.

HSL color Cylindrical-coordinate representation of color #611531: hue angle of 337.89º 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 #611531 is Cyan = 0, Magento = 0.78, Yellow = 0.49 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 21 49 -
CMYK 0 0.78 0.49 0.62
HSL 337.89º 0.64% 0.23% -
HSV(B) 337.89º 0.78% 0.38% -
XYZ 5.75 3.3 3.24 -
YUV 46.92 129.18 163.72 -
System Red Green Blue C M Y K H S L
Decimal 97 21 49 0 0.78 0.49 0.62 337.89 0.64 0.23
Hex 61 15 31 0 4E 31 3E 152 40 17
Octal 141 25 61 0 116 61 76 522 100 27
Binary 1100001 10101 110001 0 1001110 110001 111110 101010010 1000000 10111

Color Harmonies of #611531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611531

Black with #611531

Text Example


Text Example

White with #611531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611531; }

 p { color: rgb(97,21,49); }

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

background-color css

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

 a { background-color: rgb(97,21,49); }

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

border-color css

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

 span { border-color: rgb(97,21,49); }

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