Html Css Color HEX #691732 Claret

📋 copy color: '#691732'

red 105 ◦ green 23 ◦ blue 50

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

Shades of Claret #691732

Tints of Claret #691732

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.92%

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

R = 58.99%
G = 12.92%
B = 28.09%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.52

 K value IS 0.59

RGB Variations

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

Color information

#691732 (or 0x691732) is known color: Claret. HEX triplet: 69, 17 and 32. RGB value is (105,23,50). Sum of RGB (Red+Green+Blue) = 105+23+50=178 (23% of max value = 765). Red value is 105 (41.41% from 255 or 58.99% from 178); Green value is 23 (9.38% from 255 or 12.92% from 178); Blue value is 50 (19.92% from 255 or 28.09% from 178); Max value from RGB is 105 - color contains mainly: red. Hex color #691732 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #691732 is #96E8CD. Grayscale: #323232. Windows color (decimal): -9889998 or 3282793. OLE color: 3282793.

HSL color Cylindrical-coordinate representation of color #691732: hue angle of 340.24º degrees, saturation: 0.64, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #691732 is Cyan = 0, Magento = 0.78, Yellow = 0.52 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 23 50 -
CMYK 0 0.78 0.52 0.59
HSL 340.24º 0.64% 0.25% -
HSV(B) 340.24º 0.78% 0.41% -
XYZ 6.71 3.85 3.41 -
YUV 50.6 127.67 166.8 -
System Red Green Blue C M Y K H S L
Decimal 105 23 50 0 0.78 0.52 0.59 340.24 0.64 0.25
Hex 69 17 32 0 4E 34 3B 154 40 19
Octal 151 27 62 0 116 64 73 524 100 31
Binary 1101001 10111 110010 0 1001110 110100 111011 101010100 1000000 11001

Color Harmonies of #691732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691732

Black with #691732

Text Example


Text Example

White with #691732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691732; }

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

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

background-color css

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

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

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

border-color css

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

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

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