Html Css Color HEX #692035 Claret

📋 copy color: '#692035'

red 105 ◦ green 32 ◦ blue 53

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

Shades of Claret #692035

Tints of Claret #692035

RGB

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

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

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

R = 55.26%
G = 16.84%
B = 27.89%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.50

 K value IS 0.59

RGB Variations

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

Color information

#692035 (or 0x692035) is known color: Claret. HEX triplet: 69, 20 and 35. RGB value is (105,32,53). Sum of RGB (Red+Green+Blue) = 105+32+53=190 (25% of max value = 765). Red value is 105 (41.41% from 255 or 55.26% from 190); Green value is 32 (12.89% from 255 or 16.84% from 190); Blue value is 53 (21.09% from 255 or 27.89% from 190); Max value from RGB is 105 - color contains mainly: red. Hex color #692035 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #692035 is #96DFCA. Grayscale: #383838. Windows color (decimal): -9887691 or 3481705. OLE color: 3481705.

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

Color convert

RGB 105 32 53 -
CMYK 0 0.70 0.50 0.59
HSL 342.74º 0.53% 0.27% -
HSV(B) 342.74º 0.7% 0.41% -
XYZ 6.98 4.29 3.83 -
YUV 56.22 126.18 162.79 -
System Red Green Blue C M Y K H S L
Decimal 105 32 53 0 0.70 0.50 0.59 342.74 0.53 0.27
Hex 69 20 35 0 46 32 3B 157 35 1B
Octal 151 40 65 0 106 62 73 527 65 33
Binary 1101001 100000 110101 0 1000110 110010 111011 101010111 110101 11011

Color Harmonies of #692035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #692035

Black with #692035

Text Example


Text Example

White with #692035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #692035; }

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

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

background-color css

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

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

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

border-color css

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

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

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