Html Css Color HEX #692935 Claret

📋 copy color: '#692935'

red 105 ◦ green 41 ◦ blue 53

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

Shades of Claret #692935

Tints of Claret #692935

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 26.63%

R = 52.76%
G = 20.6%
B = 26.63%

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

#692935 (or 0x692935) is known color: Claret. HEX triplet: 69, 29 and 35. RGB value is (105,41,53). Sum of RGB (Red+Green+Blue) = 105+41+53=199 (26% of max value = 765). Red value is 105 (41.41% from 255 or 52.76% from 199); Green value is 41 (16.41% from 255 or 20.60% from 199); Blue value is 53 (21.09% from 255 or 26.63% from 199); Max value from RGB is 105 - color contains mainly: red. Hex color #692935 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #692935 is #96D6CA. Grayscale: #3D3D3D. Windows color (decimal): -9885387 or 3484009. OLE color: 3484009.

HSL color Cylindrical-coordinate representation of color #692935: hue angle of 348.75º 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 #692935 is Cyan = 0, Magento = 0.61, Yellow = 0.50 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 41 53 -
CMYK 0 0.61 0.50 0.59
HSL 348.75º 0.44% 0.29% -
HSV(B) 348.75º 0.61% 0.41% -
XYZ 7.26 4.85 3.92 -
YUV 61.5 123.2 159.02 -
System Red Green Blue C M Y K H S L
Decimal 105 41 53 0 0.61 0.50 0.59 348.75 0.44 0.29
Hex 69 29 35 0 3D 32 3B 15D 2C 1D
Octal 151 51 65 0 75 62 73 535 54 35
Binary 1101001 101001 110101 0 111101 110010 111011 101011101 101100 11101

Color Harmonies of #692935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #692935

Black with #692935

Text Example


Text Example

White with #692935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #692935; }

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

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

background-color css

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

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

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

border-color css

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

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

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