Html Css Color HEX #691E37 Claret

📋 copy color: '#691E37'

red 105 ◦ green 30 ◦ blue 55

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

Shades of Claret #691E37

Tints of Claret #691E37

RGB

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

 GREEN value IS 30 (12.11% from 255) = 15.79%

 BLUE value IS 55 (21.88% from 255) = 28.95%

R = 55.26%
G = 15.79%
B = 28.95%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.48

 K value IS 0.59

RGB Variations

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

Color information

#691E37 (or 0x691E37) is known color: Claret. HEX triplet: 69, 1E and 37. RGB value is (105,30,55). Sum of RGB (Red+Green+Blue) = 105+30+55=190 (25% of max value = 765). Red value is 105 (41.41% from 255 or 55.26% from 190); Green value is 30 (12.11% from 255 or 15.79% from 190); Blue value is 55 (21.88% from 255 or 28.95% from 190); Max value from RGB is 105 - color contains mainly: red. Hex color #691E37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #691E37 is #96E1C8. Grayscale: #373737. Windows color (decimal): -9888201 or 3612265. OLE color: 3612265.

HSL color Cylindrical-coordinate representation of color #691E37: hue angle of 340º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #691E37 is Cyan = 0, Magento = 0.71, Yellow = 0.48 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 30 55 -
CMYK 0 0.71 0.48 0.59
HSL 340º 0.56% 0.26% -
HSV(B) 340º 0.71% 0.41% -
XYZ 6.98 4.21 4.06 -
YUV 55.28 127.85 163.47 -
System Red Green Blue C M Y K H S L
Decimal 105 30 55 0 0.71 0.48 0.59 340 0.56 0.26
Hex 69 1E 37 0 47 30 3B 154 38 1A
Octal 151 36 67 0 107 60 73 524 70 32
Binary 1101001 11110 110111 0 1000111 110000 111011 101010100 111000 11010

Color Harmonies of #691E37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691E37

Black with #691E37

Text Example


Text Example

White with #691E37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691E37; }

 p { color: rgb(105,30,55); }

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

background-color css

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

 a { background-color: rgb(105,30,55); }

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

border-color css

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

 span { border-color: rgb(105,30,55); }

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