Html Css Color HEX #690514 Burgundy

📋 copy color: '#690514'

red 105 ◦ green 5 ◦ blue 20

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

Shades of Burgundy #690514

Tints of Burgundy #690514

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.85%

 BLUE value IS 20 (8.2% from 255) = 15.38%

R = 80.77%
G = 3.85%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.81

 K value IS 0.59

RGB Variations

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

Color information

#690514 (or 0x690514) is known color: Burgundy. HEX triplet: 69, 05 and 14. RGB value is (105,5,20). Sum of RGB (Red+Green+Blue) = 105+5+20=130 (17% of max value = 765). Red value is 105 (41.41% from 255 or 80.77% from 130); Green value is 5 (2.34% from 255 or 3.85% from 130); Blue value is 20 (8.20% from 255 or 15.38% from 130); Max value from RGB is 105 - color contains mainly: red. Hex color #690514 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #690514 is #96FAEB. Grayscale: #242424. Windows color (decimal): -9894636 or 1312105. OLE color: 1312105.

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

Color convert

RGB 105 5 20 -
CMYK 0 0.95 0.81 0.59
HSL 351º 0.91% 0.22% -
HSV(B) 351º 0.95% 0.41% -
XYZ 6.01 3.16 0.96 -
YUV 36.61 118.63 176.78 -
System Red Green Blue C M Y K H S L
Decimal 105 5 20 0 0.95 0.81 0.59 351 0.91 0.22
Hex 69 5 14 0 5F 51 3B 15F 5B 16
Octal 151 5 24 0 137 121 73 537 133 26
Binary 1101001 101 10100 0 1011111 1010001 111011 101011111 1011011 10110

Color Harmonies of #690514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690514

Black with #690514

Text Example


Text Example

White with #690514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690514; }

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

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

background-color css

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

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

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

border-color css

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

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

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