Html Css Color HEX #692331 Claret

📋 copy color: '#692331'

red 105 ◦ green 35 ◦ blue 49

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

Shades of Claret #692331

Tints of Claret #692331

RGB

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

 GREEN value IS 35 (14.06% from 255) = 18.52%

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

R = 55.56%
G = 18.52%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.53

 K value IS 0.59

RGB Variations

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

Color information

#692331 (or 0x692331) is known color: Claret. HEX triplet: 69, 23 and 31. RGB value is (105,35,49). Sum of RGB (Red+Green+Blue) = 105+35+49=189 (25% of max value = 765). Red value is 105 (41.41% from 255 or 55.56% from 189); Green value is 35 (14.06% from 255 or 18.52% from 189); Blue value is 49 (19.53% from 255 or 25.93% from 189); Max value from RGB is 105 - color contains mainly: red. Hex color #692331 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #692331 is #96DCCE. Grayscale: #393939. Windows color (decimal): -9886927 or 3220329. OLE color: 3220329.

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

Color convert

RGB 105 35 49 -
CMYK 0 0.67 0.53 0.59
HSL 348º 0.5% 0.27% -
HSV(B) 348º 0.67% 0.41% -
XYZ 6.98 4.43 3.39 -
YUV 57.53 123.19 161.86 -
System Red Green Blue C M Y K H S L
Decimal 105 35 49 0 0.67 0.53 0.59 348 0.5 0.27
Hex 69 23 31 0 43 35 3B 15C 32 1B
Octal 151 43 61 0 103 65 73 534 62 33
Binary 1101001 100011 110001 0 1000011 110101 111011 101011100 110010 11011

Color Harmonies of #692331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #692331

Black with #692331

Text Example


Text Example

White with #692331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #692331; }

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

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

background-color css

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

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

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

border-color css

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

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

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