Html Css Color HEX #691131 Claret

📋 copy color: '#691131'

red 105 ◦ green 17 ◦ blue 49

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

Shades of Claret #691131

Tints of Claret #691131

RGB

 RED value IS 105 (41.41% from 255) = 61.4%

 GREEN value IS 17 (7.03% from 255) = 9.94%

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

R = 61.4%
G = 9.94%
B = 28.65%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.53

 K value IS 0.59

RGB Variations

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

Color information

#691131 (or 0x691131) is known color: Claret. HEX triplet: 69, 11 and 31. RGB value is (105,17,49). Sum of RGB (Red+Green+Blue) = 105+17+49=171 (22% of max value = 765). Red value is 105 (41.41% from 255 or 61.40% from 171); Green value is 17 (7.03% from 255 or 9.94% from 171); Blue value is 49 (19.53% from 255 or 28.65% from 171); Max value from RGB is 105 - color contains mainly: red. Hex color #691131 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #691131 is #96EECE. Grayscale: #2E2E2E. Windows color (decimal): -9891535 or 3215721. OLE color: 3215721.

HSL color Cylindrical-coordinate representation of color #691131: hue angle of 338.18º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #691131 is Cyan = 0, Magento = 0.84, Yellow = 0.53 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 17 49 -
CMYK 0 0.84 0.53 0.59
HSL 338.18º 0.72% 0.24% -
HSV(B) 338.18º 0.84% 0.41% -
XYZ 6.58 3.63 3.26 -
YUV 46.96 129.15 169.4 -
System Red Green Blue C M Y K H S L
Decimal 105 17 49 0 0.84 0.53 0.59 338.18 0.72 0.24
Hex 69 11 31 0 54 35 3B 152 48 18
Octal 151 21 61 0 124 65 73 522 110 30
Binary 1101001 10001 110001 0 1010100 110101 111011 101010010 1001000 11000

Color Harmonies of #691131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691131

Black with #691131

Text Example


Text Example

White with #691131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691131; }

 p { color: rgb(105,17,49); }

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

background-color css

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

 a { background-color: rgb(105,17,49); }

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

border-color css

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

 span { border-color: rgb(105,17,49); }

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