Html Css Color HEX #611331 Claret

📋 copy color: '#611331'

red 97 ◦ green 19 ◦ blue 49

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

Shades of Claret #611331

Tints of Claret #611331

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.52%

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

R = 58.79%
G = 11.52%
B = 29.7%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.49

 K value IS 0.62

RGB Variations

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

Color information

#611331 (or 0x611331) is known color: Claret. HEX triplet: 61, 13 and 31. RGB value is (97,19,49). Sum of RGB (Red+Green+Blue) = 97+19+49=165 (21% of max value = 765). Red value is 97 (38.28% from 255 or 58.79% from 165); Green value is 19 (7.81% from 255 or 11.52% from 165); Blue value is 49 (19.53% from 255 or 29.70% from 165); Max value from RGB is 97 - color contains mainly: red. Hex color #611331 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #611331 is #9EECCE. Grayscale: #2D2D2D. Windows color (decimal): -10415311 or 3216225. OLE color: 3216225.

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

Color convert

RGB 97 19 49 -
CMYK 0 0.80 0.49 0.62
HSL 336.92º 0.67% 0.23% -
HSV(B) 336.92º 0.8% 0.38% -
XYZ 5.72 3.23 3.23 -
YUV 45.74 129.84 164.56 -
System Red Green Blue C M Y K H S L
Decimal 97 19 49 0 0.80 0.49 0.62 336.92 0.67 0.23
Hex 61 13 31 0 50 31 3E 151 43 17
Octal 141 23 61 0 120 61 76 521 103 27
Binary 1100001 10011 110001 0 1010000 110001 111110 101010001 1000011 10111

Color Harmonies of #611331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611331

Black with #611331

Text Example


Text Example

White with #611331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611331; }

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

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

background-color css

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

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

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

border-color css

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

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

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