Html Css Color HEX #692335 Claret

📋 copy color: '#692335'

red 105 ◦ green 35 ◦ blue 53

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

Shades of Claret #692335

Tints of Claret #692335

RGB

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

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

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

R = 54.4%
G = 18.13%
B = 27.46%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.50

 K value IS 0.59

RGB Variations

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

Color information

#692335 (or 0x692335) is known color: Claret. HEX triplet: 69, 23 and 35. RGB value is (105,35,53). Sum of RGB (Red+Green+Blue) = 105+35+53=193 (25% of max value = 765). Red value is 105 (41.41% from 255 or 54.40% from 193); Green value is 35 (14.06% from 255 or 18.13% from 193); Blue value is 53 (21.09% from 255 or 27.46% from 193); Max value from RGB is 105 - color contains mainly: red. Hex color #692335 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #692335 is #96DCCA. Grayscale: #393939. Windows color (decimal): -9886923 or 3482473. OLE color: 3482473.

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

Color convert

RGB 105 35 53 -
CMYK 0 0.67 0.50 0.59
HSL 344.57º 0.5% 0.27% -
HSV(B) 344.57º 0.67% 0.41% -
XYZ 7.07 4.46 3.86 -
YUV 57.98 125.19 161.54 -
System Red Green Blue C M Y K H S L
Decimal 105 35 53 0 0.67 0.50 0.59 344.57 0.5 0.27
Hex 69 23 35 0 43 32 3B 159 32 1B
Octal 151 43 65 0 103 62 73 531 62 33
Binary 1101001 100011 110101 0 1000011 110010 111011 101011001 110010 11011

Color Harmonies of #692335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #692335

Black with #692335

Text Example


Text Example

White with #692335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #692335; }

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

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

background-color css

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

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

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

border-color css

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

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

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