Html Css Color HEX #691F32 Claret

📋 copy color: '#691F32'

red 105 ◦ green 31 ◦ blue 50

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

Shades of Claret #691F32

Tints of Claret #691F32

RGB

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

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

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

R = 56.45%
G = 16.67%
B = 26.88%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.52

 K value IS 0.59

RGB Variations

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

Color information

#691F32 (or 0x691F32) is known color: Claret. HEX triplet: 69, 1F and 32. RGB value is (105,31,50). Sum of RGB (Red+Green+Blue) = 105+31+50=186 (24% of max value = 765). Red value is 105 (41.41% from 255 or 56.45% from 186); Green value is 31 (12.5% from 255 or 16.67% from 186); Blue value is 50 (19.92% from 255 or 26.88% from 186); Max value from RGB is 105 - color contains mainly: red. Hex color #691F32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #691F32 is #96E0CD. Grayscale: #373737. Windows color (decimal): -9887950 or 3284841. OLE color: 3284841.

HSL color Cylindrical-coordinate representation of color #691F32: hue angle of 344.59º 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 #691F32 is Cyan = 0, Magento = 0.70, Yellow = 0.52 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 31 50 -
CMYK 0 0.70 0.52 0.59
HSL 344.59º 0.54% 0.27% -
HSV(B) 344.59º 0.7% 0.41% -
XYZ 6.89 4.21 3.47 -
YUV 55.29 125.02 163.46 -
System Red Green Blue C M Y K H S L
Decimal 105 31 50 0 0.70 0.52 0.59 344.59 0.54 0.27
Hex 69 1F 32 0 46 34 3B 159 36 1B
Octal 151 37 62 0 106 64 73 531 66 33
Binary 1101001 11111 110010 0 1000110 110100 111011 101011001 110110 11011

Color Harmonies of #691F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691F32

Black with #691F32

Text Example


Text Example

White with #691F32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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