Html Css Color HEX #692934 Claret

📋 copy color: '#692934'

red 105 ◦ green 41 ◦ blue 52

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

Shades of Claret #692934

Tints of Claret #692934

RGB

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

 GREEN value IS 41 (16.41% from 255) = 20.71%

 BLUE value IS 52 (20.7% from 255) = 26.26%

R = 53.03%
G = 20.71%
B = 26.26%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.50

 K value IS 0.59

RGB Variations

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

Color information

#692934 (or 0x692934) is known color: Claret. HEX triplet: 69, 29 and 34. RGB value is (105,41,52). Sum of RGB (Red+Green+Blue) = 105+41+52=198 (26% of max value = 765). Red value is 105 (41.41% from 255 or 53.03% from 198); Green value is 41 (16.41% from 255 or 20.71% from 198); Blue value is 52 (20.70% from 255 or 26.26% from 198); Max value from RGB is 105 - color contains mainly: red. Hex color #692934 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #692934 is #96D6CB. Grayscale: #3D3D3D. Windows color (decimal): -9885388 or 3418473. OLE color: 3418473.

HSL color Cylindrical-coordinate representation of color #692934: hue angle of 349.69º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #692934 is Cyan = 0, Magento = 0.61, Yellow = 0.50 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 41 52 -
CMYK 0 0.61 0.50 0.59
HSL 349.69º 0.44% 0.29% -
HSV(B) 349.69º 0.61% 0.41% -
XYZ 7.24 4.84 3.8 -
YUV 61.39 122.7 159.11 -
System Red Green Blue C M Y K H S L
Decimal 105 41 52 0 0.61 0.50 0.59 349.69 0.44 0.29
Hex 69 29 34 0 3D 32 3B 15E 2C 1D
Octal 151 51 64 0 75 62 73 536 54 35
Binary 1101001 101001 110100 0 111101 110010 111011 101011110 101100 11101

Color Harmonies of #692934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #692934

Black with #692934

Text Example


Text Example

White with #692934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #692934; }

 p { color: rgb(105,41,52); }

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

background-color css

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

 a { background-color: rgb(105,41,52); }

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

border-color css

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

 span { border-color: rgb(105,41,52); }

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