Html Css Color HEX #691032 Claret

📋 copy color: '#691032'

red 105 ◦ green 16 ◦ blue 50

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

Shades of Claret #691032

Tints of Claret #691032

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.36%

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

R = 61.4%
G = 9.36%
B = 29.24%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.52

 K value IS 0.59

RGB Variations

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

Color information

#691032 (or 0x691032) is known color: Claret. HEX triplet: 69, 10 and 32. RGB value is (105,16,50). Sum of RGB (Red+Green+Blue) = 105+16+50=171 (22% of max value = 765). Red value is 105 (41.41% from 255 or 61.40% from 171); Green value is 16 (6.64% from 255 or 9.36% from 171); Blue value is 50 (19.92% from 255 or 29.24% from 171); Max value from RGB is 105 - color contains mainly: red. Hex color #691032 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #691032 is #96EFCD. Grayscale: #2E2E2E. Windows color (decimal): -9891790 or 3281001. OLE color: 3281001.

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

Color convert

RGB 105 16 50 -
CMYK 0 0.85 0.52 0.59
HSL 337.08º 0.74% 0.24% -
HSV(B) 337.08º 0.85% 0.41% -
XYZ 6.59 3.6 3.37 -
YUV 46.49 129.99 169.74 -
System Red Green Blue C M Y K H S L
Decimal 105 16 50 0 0.85 0.52 0.59 337.08 0.74 0.24
Hex 69 10 32 0 55 34 3B 151 4A 18
Octal 151 20 62 0 125 64 73 521 112 30
Binary 1101001 10000 110010 0 1010101 110100 111011 101010001 1001010 11000

Color Harmonies of #691032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691032

Black with #691032

Text Example


Text Example

White with #691032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691032; }

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

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

background-color css

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

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

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

border-color css

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

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

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