Html Css Color HEX #691835 Claret

📋 copy color: '#691835'

red 105 ◦ green 24 ◦ blue 53

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

Shades of Claret #691835

Tints of Claret #691835

RGB

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

 GREEN value IS 24 (9.77% from 255) = 13.19%

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

R = 57.69%
G = 13.19%
B = 29.12%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.50

 K value IS 0.59

RGB Variations

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

Color information

#691835 (or 0x691835) is known color: Claret. HEX triplet: 69, 18 and 35. RGB value is (105,24,53). Sum of RGB (Red+Green+Blue) = 105+24+53=182 (24% of max value = 765). Red value is 105 (41.41% from 255 or 57.69% from 182); Green value is 24 (9.77% from 255 or 13.19% from 182); Blue value is 53 (21.09% from 255 or 29.12% from 182); Max value from RGB is 105 - color contains mainly: red. Hex color #691835 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #691835 is #96E7CA. Grayscale: #333333. Windows color (decimal): -9889739 or 3479657. OLE color: 3479657.

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

Color convert

RGB 105 24 53 -
CMYK 0 0.77 0.50 0.59
HSL 338.52º 0.63% 0.25% -
HSV(B) 338.52º 0.77% 0.41% -
XYZ 6.79 3.91 3.77 -
YUV 51.53 128.84 166.14 -
System Red Green Blue C M Y K H S L
Decimal 105 24 53 0 0.77 0.50 0.59 338.52 0.63 0.25
Hex 69 18 35 0 4D 32 3B 153 3F 19
Octal 151 30 65 0 115 62 73 523 77 31
Binary 1101001 11000 110101 0 1001101 110010 111011 101010011 111111 11001

Color Harmonies of #691835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691835

Black with #691835

Text Example


Text Example

White with #691835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691835; }

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

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

background-color css

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

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

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

border-color css

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

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

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