Html Css Color HEX #691434 Claret

📋 copy color: '#691434'

red 105 ◦ green 20 ◦ blue 52

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

Shades of Claret #691434

Tints of Claret #691434

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.3%

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

R = 59.32%
G = 11.3%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.50

 K value IS 0.59

RGB Variations

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

Color information

#691434 (or 0x691434) is known color: Claret. HEX triplet: 69, 14 and 34. RGB value is (105,20,52). Sum of RGB (Red+Green+Blue) = 105+20+52=177 (23% of max value = 765). Red value is 105 (41.41% from 255 or 59.32% from 177); Green value is 20 (8.20% from 255 or 11.30% from 177); Blue value is 52 (20.70% from 255 or 29.38% from 177); Max value from RGB is 105 - color contains mainly: red. Hex color #691434 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #691434 is #96EBCB. Grayscale: #313131. Windows color (decimal): -9890764 or 3413097. OLE color: 3413097.

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

Color convert

RGB 105 20 52 -
CMYK 0 0.81 0.50 0.59
HSL 337.41º 0.68% 0.25% -
HSV(B) 337.41º 0.81% 0.41% -
XYZ 6.7 3.75 3.62 -
YUV 49.06 129.66 167.9 -
System Red Green Blue C M Y K H S L
Decimal 105 20 52 0 0.81 0.50 0.59 337.41 0.68 0.25
Hex 69 14 34 0 51 32 3B 151 44 19
Octal 151 24 64 0 121 62 73 521 104 31
Binary 1101001 10100 110100 0 1010001 110010 111011 101010001 1000100 11001

Color Harmonies of #691434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691434

Black with #691434

Text Example


Text Example

White with #691434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691434; }

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

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

background-color css

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

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

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

border-color css

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

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

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