Html Css Color HEX #691936 Claret

📋 copy color: '#691936'

red 105 ◦ green 25 ◦ blue 54

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

Shades of Claret #691936

Tints of Claret #691936

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 29.35%

R = 57.07%
G = 13.59%
B = 29.35%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.49

 K value IS 0.59

RGB Variations

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

Color information

#691936 (or 0x691936) is known color: Claret. HEX triplet: 69, 19 and 36. RGB value is (105,25,54). Sum of RGB (Red+Green+Blue) = 105+25+54=184 (24% of max value = 765). Red value is 105 (41.41% from 255 or 57.07% from 184); Green value is 25 (10.16% from 255 or 13.59% from 184); Blue value is 54 (21.48% from 255 or 29.35% from 184); Max value from RGB is 105 - color contains mainly: red. Hex color #691936 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #691936 is #96E6C9. Grayscale: #343434. Windows color (decimal): -9889482 or 3545449. OLE color: 3545449.

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

Color convert

RGB 105 25 54 -
CMYK 0 0.76 0.49 0.59
HSL 338.25º 0.62% 0.25% -
HSV(B) 338.25º 0.76% 0.41% -
XYZ 6.84 3.96 3.89 -
YUV 52.23 129 165.64 -
System Red Green Blue C M Y K H S L
Decimal 105 25 54 0 0.76 0.49 0.59 338.25 0.62 0.25
Hex 69 19 36 0 4C 31 3B 152 3E 19
Octal 151 31 66 0 114 61 73 522 76 31
Binary 1101001 11001 110110 0 1001100 110001 111011 101010010 111110 11001

Color Harmonies of #691936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691936

Black with #691936

Text Example


Text Example

White with #691936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691936; }

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

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

background-color css

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

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

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

border-color css

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

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

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