Html Css Color HEX #691334 Claret

📋 copy color: '#691334'

red 105 ◦ green 19 ◦ blue 52

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

Shades of Claret #691334

Tints of Claret #691334

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.8%

 BLUE value IS 52 (20.7% from 255) = 29.55%

R = 59.66%
G = 10.8%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.50

 K value IS 0.59

RGB Variations

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

Color information

#691334 (or 0x691334) is known color: Claret. HEX triplet: 69, 13 and 34. RGB value is (105,19,52). Sum of RGB (Red+Green+Blue) = 105+19+52=176 (23% of max value = 765). Red value is 105 (41.41% from 255 or 59.66% from 176); Green value is 19 (7.81% from 255 or 10.80% from 176); Blue value is 52 (20.70% from 255 or 29.55% from 176); Max value from RGB is 105 - color contains mainly: red. Hex color #691334 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #691334 is #96ECCB. Grayscale: #303030. Windows color (decimal): -9891020 or 3412841. OLE color: 3412841.

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

Color convert

RGB 105 19 52 -
CMYK 0 0.82 0.50 0.59
HSL 336.98º 0.69% 0.24% -
HSV(B) 336.98º 0.82% 0.41% -
XYZ 6.68 3.72 3.61 -
YUV 48.48 129.99 168.32 -
System Red Green Blue C M Y K H S L
Decimal 105 19 52 0 0.82 0.50 0.59 336.98 0.69 0.24
Hex 69 13 34 0 52 32 3B 151 45 18
Octal 151 23 64 0 122 62 73 521 105 30
Binary 1101001 10011 110100 0 1010010 110010 111011 101010001 1000101 11000

Color Harmonies of #691334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691334

Black with #691334

Text Example


Text Example

White with #691334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691334; }

 p { color: rgb(105,19,52); }

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

background-color css

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

 a { background-color: rgb(105,19,52); }

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

border-color css

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

 span { border-color: rgb(105,19,52); }

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