Html Css Color HEX #691935 Claret

📋 copy color: '#691935'

red 105 ◦ green 25 ◦ blue 53

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

Shades of Claret #691935

Tints of Claret #691935

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.66%

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

R = 57.38%
G = 13.66%
B = 28.96%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.50

 K value IS 0.59

RGB Variations

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

Color information

#691935 (or 0x691935) is known color: Claret. HEX triplet: 69, 19 and 35. RGB value is (105,25,53). Sum of RGB (Red+Green+Blue) = 105+25+53=183 (24% of max value = 765). Red value is 105 (41.41% from 255 or 57.38% from 183); Green value is 25 (10.16% from 255 or 13.66% from 183); Blue value is 53 (21.09% from 255 or 28.96% from 183); Max value from RGB is 105 - color contains mainly: red. Hex color #691935 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #691935 is #96E6CA. Grayscale: #343434. Windows color (decimal): -9889483 or 3479913. OLE color: 3479913.

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

Color convert

RGB 105 25 53 -
CMYK 0 0.76 0.50 0.59
HSL 339º 0.62% 0.25% -
HSV(B) 339º 0.76% 0.41% -
XYZ 6.82 3.96 3.77 -
YUV 52.11 128.5 165.72 -
System Red Green Blue C M Y K H S L
Decimal 105 25 53 0 0.76 0.50 0.59 339 0.62 0.25
Hex 69 19 35 0 4C 32 3B 153 3E 19
Octal 151 31 65 0 114 62 73 523 76 31
Binary 1101001 11001 110101 0 1001100 110010 111011 101010011 111110 11001

Color Harmonies of #691935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691935

Black with #691935

Text Example


Text Example

White with #691935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691935; }

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

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

background-color css

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

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

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

border-color css

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

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

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