Html Css Color HEX #611B32 Claret

📋 copy color: '#611B32'

red 97 ◦ green 27 ◦ blue 50

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

Shades of Claret #611B32

Tints of Claret #611B32

RGB

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

 GREEN value IS 27 (10.94% from 255) = 15.52%

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

R = 55.75%
G = 15.52%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.48

 K value IS 0.62

RGB Variations

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

Color information

#611B32 (or 0x611B32) is known color: Claret. HEX triplet: 61, 1B and 32. RGB value is (97,27,50). Sum of RGB (Red+Green+Blue) = 97+27+50=174 (23% of max value = 765). Red value is 97 (38.28% from 255 or 55.75% from 174); Green value is 27 (10.94% from 255 or 15.52% from 174); Blue value is 50 (19.92% from 255 or 28.74% from 174); Max value from RGB is 97 - color contains mainly: red. Hex color #611B32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #611B32 is #9EE4CD. Grayscale: #323232. Windows color (decimal): -10413262 or 3283809. OLE color: 3283809.

HSL color Cylindrical-coordinate representation of color #611B32: hue angle of 340.29º degrees, saturation: 0.56, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #611B32 is Cyan = 0, Magento = 0.72, Yellow = 0.48 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 27 50 -
CMYK 0 0.72 0.48 0.62
HSL 340.29º 0.56% 0.24% -
HSV(B) 340.29º 0.72% 0.38% -
XYZ 5.9 3.56 3.39 -
YUV 50.55 127.69 161.13 -
System Red Green Blue C M Y K H S L
Decimal 97 27 50 0 0.72 0.48 0.62 340.29 0.56 0.24
Hex 61 1B 32 0 48 30 3E 154 38 18
Octal 141 33 62 0 110 60 76 524 70 30
Binary 1100001 11011 110010 0 1001000 110000 111110 101010100 111000 11000

Color Harmonies of #611B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611B32

Black with #611B32

Text Example


Text Example

White with #611B32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #611B32; }

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

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

background-color css

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

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

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

border-color css

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

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

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