Html Css Color HEX #760613 Burgundy

📋 copy color: '#760613'

red 118 ◦ green 6 ◦ blue 19

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

Shades of Burgundy #760613

Tints of Burgundy #760613

RGB

 RED value IS 118 (46.48% from 255) = 82.52%

 GREEN value IS 6 (2.73% from 255) = 4.2%

 BLUE value IS 19 (7.81% from 255) = 13.29%

R = 82.52%
G = 4.2%
B = 13.29%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.84

 K value IS 0.54

RGB Variations

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

Color information

#760613 (or 0x760613) is known color: Burgundy. HEX triplet: 76, 06 and 13. RGB value is (118,6,19). Sum of RGB (Red+Green+Blue) = 118+6+19=143 (18% of max value = 765). Red value is 118 (46.48% from 255 or 82.52% from 143); Green value is 6 (2.73% from 255 or 4.20% from 143); Blue value is 19 (7.81% from 255 or 13.29% from 143); Max value from RGB is 118 - color contains mainly: red. Hex color #760613 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760613 is #89F9EC. Grayscale: #292929. Windows color (decimal): -9042413 or 1246838. OLE color: 1246838.

HSL color Cylindrical-coordinate representation of color #760613: hue angle of 353.04º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #760613 is Cyan = 0, Magento = 0.95, Yellow = 0.84 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 6 19 -
CMYK 0 0.95 0.84 0.54
HSL 353.04º 0.9% 0.24% -
HSV(B) 353.04º 0.95% 0.46% -
XYZ 7.65 4.03 0.99 -
YUV 40.97 115.61 182.94 -
System Red Green Blue C M Y K H S L
Decimal 118 6 19 0 0.95 0.84 0.54 353.04 0.9 0.24
Hex 76 6 13 0 5F 54 36 161 5A 18
Octal 166 6 23 0 137 124 66 541 132 30
Binary 1110110 110 10011 0 1011111 1010100 110110 101100001 1011010 11000

Color Harmonies of #760613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760613

Black with #760613

Text Example


Text Example

White with #760613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760613; }

 p { color: rgb(118,6,19); }

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

background-color css

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

 a { background-color: rgb(118,6,19); }

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

border-color css

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

 span { border-color: rgb(118,6,19); }

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