Html Css Color HEX #611532 Claret

📋 copy color: '#611532'

red 97 ◦ green 21 ◦ blue 50

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

Shades of Claret #611532

Tints of Claret #611532

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 29.76%

R = 57.74%
G = 12.5%
B = 29.76%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.48

 K value IS 0.62

RGB Variations

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

Color information

#611532 (or 0x611532) is known color: Claret. HEX triplet: 61, 15 and 32. RGB value is (97,21,50). Sum of RGB (Red+Green+Blue) = 97+21+50=168 (22% of max value = 765). Red value is 97 (38.28% from 255 or 57.74% from 168); Green value is 21 (8.59% from 255 or 12.5% from 168); Blue value is 50 (19.92% from 255 or 29.76% from 168); Max value from RGB is 97 - color contains mainly: red. Hex color #611532 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #611532 is #9EEACD. Grayscale: #2E2E2E. Windows color (decimal): -10414798 or 3282273. OLE color: 3282273.

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

Color convert

RGB 97 21 50 -
CMYK 0 0.78 0.48 0.62
HSL 337.11º 0.64% 0.23% -
HSV(B) 337.11º 0.78% 0.38% -
XYZ 5.77 3.31 3.35 -
YUV 47.03 129.68 163.64 -
System Red Green Blue C M Y K H S L
Decimal 97 21 50 0 0.78 0.48 0.62 337.11 0.64 0.23
Hex 61 15 32 0 4E 30 3E 151 40 17
Octal 141 25 62 0 116 60 76 521 100 27
Binary 1100001 10101 110010 0 1001110 110000 111110 101010001 1000000 10111

Color Harmonies of #611532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611532

Black with #611532

Text Example


Text Example

White with #611532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611532; }

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

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

background-color css

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

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

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

border-color css

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

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

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