Html Css Color HEX #692131 Claret

📋 copy color: '#692131'

red 105 ◦ green 33 ◦ blue 49

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

Shades of Claret #692131

Tints of Claret #692131

RGB

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

 GREEN value IS 33 (13.28% from 255) = 17.65%

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

R = 56.15%
G = 17.65%
B = 26.2%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.53

 K value IS 0.59

RGB Variations

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

Color information

#692131 (or 0x692131) is known color: Claret. HEX triplet: 69, 21 and 31. RGB value is (105,33,49). Sum of RGB (Red+Green+Blue) = 105+33+49=187 (24% of max value = 765). Red value is 105 (41.41% from 255 or 56.15% from 187); Green value is 33 (13.28% from 255 or 17.65% from 187); Blue value is 49 (19.53% from 255 or 26.20% from 187); Max value from RGB is 105 - color contains mainly: red. Hex color #692131 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #692131 is #96DECE. Grayscale: #383838. Windows color (decimal): -9887439 or 3219817. OLE color: 3219817.

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

Color convert

RGB 105 33 49 -
CMYK 0 0.69 0.53 0.59
HSL 346.67º 0.52% 0.27% -
HSV(B) 346.67º 0.69% 0.41% -
XYZ 6.92 4.31 3.37 -
YUV 56.35 123.85 162.7 -
System Red Green Blue C M Y K H S L
Decimal 105 33 49 0 0.69 0.53 0.59 346.67 0.52 0.27
Hex 69 21 31 0 45 35 3B 15B 34 1B
Octal 151 41 61 0 105 65 73 533 64 33
Binary 1101001 100001 110001 0 1000101 110101 111011 101011011 110100 11011

Color Harmonies of #692131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #692131

Black with #692131

Text Example


Text Example

White with #692131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #692131; }

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

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

background-color css

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

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

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

border-color css

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

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

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