Html Css Color HEX #691431 Claret

📋 copy color: '#691431'

red 105 ◦ green 20 ◦ blue 49

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

Shades of Claret #691431

Tints of Claret #691431

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.49%

 BLUE value IS 49 (19.53% from 255) = 28.16%

R = 60.34%
G = 11.49%
B = 28.16%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.53

 K value IS 0.59

RGB Variations

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

Color information

#691431 (or 0x691431) is known color: Claret. HEX triplet: 69, 14 and 31. RGB value is (105,20,49). Sum of RGB (Red+Green+Blue) = 105+20+49=174 (23% of max value = 765). Red value is 105 (41.41% from 255 or 60.34% from 174); Green value is 20 (8.20% from 255 or 11.49% from 174); Blue value is 49 (19.53% from 255 or 28.16% from 174); Max value from RGB is 105 - color contains mainly: red. Hex color #691431 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #691431 is #96EBCE. Grayscale: #303030. Windows color (decimal): -9890767 or 3216489. OLE color: 3216489.

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

Color convert

RGB 105 20 49 -
CMYK 0 0.81 0.53 0.59
HSL 339.53º 0.68% 0.25% -
HSV(B) 339.53º 0.81% 0.41% -
XYZ 6.63 3.73 3.28 -
YUV 48.72 128.16 168.14 -
System Red Green Blue C M Y K H S L
Decimal 105 20 49 0 0.81 0.53 0.59 339.53 0.68 0.25
Hex 69 14 31 0 51 35 3B 154 44 19
Octal 151 24 61 0 121 65 73 524 104 31
Binary 1101001 10100 110001 0 1010001 110101 111011 101010100 1000100 11001

Color Harmonies of #691431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691431

Black with #691431

Text Example


Text Example

White with #691431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691431; }

 p { color: rgb(105,20,49); }

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

background-color css

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

 a { background-color: rgb(105,20,49); }

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

border-color css

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

 span { border-color: rgb(105,20,49); }

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