Html Css Color HEX #611B31 Claret

📋 copy color: '#611B31'

red 97 ◦ green 27 ◦ blue 49

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

Shades of Claret #611B31

Tints of Claret #611B31

RGB

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

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

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

R = 56.07%
G = 15.61%
B = 28.32%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.49

 K value IS 0.62

RGB Variations

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

Color information

#611B31 (or 0x611B31) is known color: Claret. HEX triplet: 61, 1B and 31. RGB value is (97,27,49). Sum of RGB (Red+Green+Blue) = 97+27+49=173 (22% of max value = 765). Red value is 97 (38.28% from 255 or 56.07% from 173); Green value is 27 (10.94% from 255 or 15.61% from 173); Blue value is 49 (19.53% from 255 or 28.32% from 173); Max value from RGB is 97 - color contains mainly: red. Hex color #611B31 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #611B31 is #9EE4CE. Grayscale: #323232. Windows color (decimal): -10413263 or 3218273. OLE color: 3218273.

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

Color convert

RGB 97 27 49 -
CMYK 0 0.72 0.49 0.62
HSL 341.14º 0.56% 0.24% -
HSV(B) 341.14º 0.72% 0.38% -
XYZ 5.88 3.55 3.28 -
YUV 50.44 127.19 161.21 -
System Red Green Blue C M Y K H S L
Decimal 97 27 49 0 0.72 0.49 0.62 341.14 0.56 0.24
Hex 61 1B 31 0 48 31 3E 155 38 18
Octal 141 33 61 0 110 61 76 525 70 30
Binary 1100001 11011 110001 0 1001000 110001 111110 101010101 111000 11000

Color Harmonies of #611B31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #611B31

Black with #611B31

Text Example


Text Example

White with #611B31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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