Html Css Color HEX #692031 Claret

📋 copy color: '#692031'

red 105 ◦ green 32 ◦ blue 49

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

Shades of Claret #692031

Tints of Claret #692031

RGB

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

 GREEN value IS 32 (12.89% from 255) = 17.2%

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

R = 56.45%
G = 17.2%
B = 26.34%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.53

 K value IS 0.59

RGB Variations

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

Color information

#692031 (or 0x692031) is known color: Claret. HEX triplet: 69, 20 and 31. RGB value is (105,32,49). Sum of RGB (Red+Green+Blue) = 105+32+49=186 (24% of max value = 765). Red value is 105 (41.41% from 255 or 56.45% from 186); Green value is 32 (12.89% from 255 or 17.20% from 186); Blue value is 49 (19.53% from 255 or 26.34% from 186); Max value from RGB is 105 - color contains mainly: red. Hex color #692031 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #692031 is #96DFCE. Grayscale: #373737. Windows color (decimal): -9887695 or 3219561. OLE color: 3219561.

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

Color convert

RGB 105 32 49 -
CMYK 0 0.70 0.53 0.59
HSL 346.03º 0.53% 0.27% -
HSV(B) 346.03º 0.7% 0.41% -
XYZ 6.9 4.26 3.36 -
YUV 55.77 124.18 163.12 -
System Red Green Blue C M Y K H S L
Decimal 105 32 49 0 0.70 0.53 0.59 346.03 0.53 0.27
Hex 69 20 31 0 46 35 3B 15A 35 1B
Octal 151 40 61 0 106 65 73 532 65 33
Binary 1101001 100000 110001 0 1000110 110101 111011 101011010 110101 11011

Color Harmonies of #692031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #692031

Black with #692031

Text Example


Text Example

White with #692031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #692031; }

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

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

background-color css

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

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

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

border-color css

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

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

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