Html Css Color HEX #691C32 Claret

📋 copy color: '#691C32'

red 105 ◦ green 28 ◦ blue 50

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

Shades of Claret #691C32

Tints of Claret #691C32

RGB

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

 GREEN value IS 28 (11.33% from 255) = 15.3%

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

R = 57.38%
G = 15.3%
B = 27.32%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.52

 K value IS 0.59

RGB Variations

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

Color information

#691C32 (or 0x691C32) is known color: Claret. HEX triplet: 69, 1C and 32. RGB value is (105,28,50). Sum of RGB (Red+Green+Blue) = 105+28+50=183 (24% of max value = 765). Red value is 105 (41.41% from 255 or 57.38% from 183); Green value is 28 (11.33% from 255 or 15.30% from 183); Blue value is 50 (19.92% from 255 or 27.32% from 183); Max value from RGB is 105 - color contains mainly: red. Hex color #691C32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #691C32 is #96E3CD. Grayscale: #353535. Windows color (decimal): -9888718 or 3284073. OLE color: 3284073.

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

Color convert

RGB 105 28 50 -
CMYK 0 0.73 0.52 0.59
HSL 342.86º 0.58% 0.26% -
HSV(B) 342.86º 0.73% 0.41% -
XYZ 6.82 4.06 3.44 -
YUV 53.53 126.01 164.71 -
System Red Green Blue C M Y K H S L
Decimal 105 28 50 0 0.73 0.52 0.59 342.86 0.58 0.26
Hex 69 1C 32 0 49 34 3B 157 3A 1A
Octal 151 34 62 0 111 64 73 527 72 32
Binary 1101001 11100 110010 0 1001001 110100 111011 101010111 111010 11010

Color Harmonies of #691C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691C32

Black with #691C32

Text Example


Text Example

White with #691C32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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