Html Css Color HEX #691F36 Claret

📋 copy color: '#691F36'

red 105 ◦ green 31 ◦ blue 54

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

Shades of Claret #691F36

Tints of Claret #691F36

RGB

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

 GREEN value IS 31 (12.5% from 255) = 16.32%

 BLUE value IS 54 (21.48% from 255) = 28.42%

R = 55.26%
G = 16.32%
B = 28.42%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.49

 K value IS 0.59

RGB Variations

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

Color information

#691F36 (or 0x691F36) is known color: Claret. HEX triplet: 69, 1F and 36. RGB value is (105,31,54). Sum of RGB (Red+Green+Blue) = 105+31+54=190 (25% of max value = 765). Red value is 105 (41.41% from 255 or 55.26% from 190); Green value is 31 (12.5% from 255 or 16.32% from 190); Blue value is 54 (21.48% from 255 or 28.42% from 190); Max value from RGB is 105 - color contains mainly: red. Hex color #691F36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #691F36 is #96E0C9. Grayscale: #373737. Windows color (decimal): -9887946 or 3546985. OLE color: 3546985.

HSL color Cylindrical-coordinate representation of color #691F36: hue angle of 341.35º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #691F36 is Cyan = 0, Magento = 0.70, Yellow = 0.49 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 31 54 -
CMYK 0 0.70 0.49 0.59
HSL 341.35º 0.54% 0.27% -
HSV(B) 341.35º 0.7% 0.41% -
XYZ 6.98 4.25 3.94 -
YUV 55.75 127.02 163.13 -
System Red Green Blue C M Y K H S L
Decimal 105 31 54 0 0.70 0.49 0.59 341.35 0.54 0.27
Hex 69 1F 36 0 46 31 3B 155 36 1B
Octal 151 37 66 0 106 61 73 525 66 33
Binary 1101001 11111 110110 0 1000110 110001 111011 101010101 110110 11011

Color Harmonies of #691F36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691F36

Black with #691F36

Text Example


Text Example

White with #691F36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,31,54); }

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

background-color css

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

 a { background-color: rgb(105,31,54); }

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

border-color css

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

 span { border-color: rgb(105,31,54); }

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