Html Css Color HEX #691932 Claret

📋 copy color: '#691932'

red 105 ◦ green 25 ◦ blue 50

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

Shades of Claret #691932

Tints of Claret #691932

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 27.78%

R = 58.33%
G = 13.89%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.52

 K value IS 0.59

RGB Variations

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

Color information

#691932 (or 0x691932) is known color: Claret. HEX triplet: 69, 19 and 32. RGB value is (105,25,50). Sum of RGB (Red+Green+Blue) = 105+25+50=180 (23% of max value = 765). Red value is 105 (41.41% from 255 or 58.33% from 180); Green value is 25 (10.16% from 255 or 13.89% from 180); Blue value is 50 (19.92% from 255 or 27.78% from 180); Max value from RGB is 105 - color contains mainly: red. Hex color #691932 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #691932 is #96E6CD. Grayscale: #333333. Windows color (decimal): -9889486 or 3283305. OLE color: 3283305.

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

Color convert

RGB 105 25 50 -
CMYK 0 0.76 0.52 0.59
HSL 341.25º 0.62% 0.25% -
HSV(B) 341.25º 0.76% 0.41% -
XYZ 6.75 3.93 3.42 -
YUV 51.77 127 165.97 -
System Red Green Blue C M Y K H S L
Decimal 105 25 50 0 0.76 0.52 0.59 341.25 0.62 0.25
Hex 69 19 32 0 4C 34 3B 155 3E 19
Octal 151 31 62 0 114 64 73 525 76 31
Binary 1101001 11001 110010 0 1001100 110100 111011 101010101 111110 11001

Color Harmonies of #691932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691932

Black with #691932

Text Example


Text Example

White with #691932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691932; }

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

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

background-color css

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

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

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

border-color css

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

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

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