Html Css Color HEX #760D30 Burgundy

📋 copy color: '#760D30'

red 118 ◦ green 13 ◦ blue 48

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

Shades of Burgundy #760D30

Tints of Burgundy #760D30

RGB

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

 GREEN value IS 13 (5.47% from 255) = 7.26%

 BLUE value IS 48 (19.14% from 255) = 26.82%

R = 65.92%
G = 7.26%
B = 26.82%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.59

 K value IS 0.54

RGB Variations

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

Color information

#760D30 (or 0x760D30) is known color: Burgundy. HEX triplet: 76, 0D and 30. RGB value is (118,13,48). Sum of RGB (Red+Green+Blue) = 118+13+48=179 (23% of max value = 765). Red value is 118 (46.48% from 255 or 65.92% from 179); Green value is 13 (5.47% from 255 or 7.26% from 179); Blue value is 48 (19.14% from 255 or 26.82% from 179); Max value from RGB is 118 - color contains mainly: red. Hex color #760D30 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760D30 is #89F2CF. Grayscale: #303030. Windows color (decimal): -9040592 or 3149174. OLE color: 3149174.

HSL color Cylindrical-coordinate representation of color #760D30: hue angle of 340º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #760D30 is Cyan = 0, Magento = 0.89, Yellow = 0.59 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 13 48 -
CMYK 0 0.89 0.59 0.54
HSL 340º 0.8% 0.26% -
HSV(B) 340º 0.89% 0.46% -
XYZ 8.15 4.35 3.21 -
YUV 48.39 127.79 177.65 -
System Red Green Blue C M Y K H S L
Decimal 118 13 48 0 0.89 0.59 0.54 340 0.8 0.26
Hex 76 D 30 0 59 3B 36 154 50 1A
Octal 166 15 60 0 131 73 66 524 120 32
Binary 1110110 1101 110000 0 1011001 111011 110110 101010100 1010000 11010

Color Harmonies of #760D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760D30

Black with #760D30

Text Example


Text Example

White with #760D30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760D30; }

 p { color: rgb(118,13,48); }

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

background-color css

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

 a { background-color: rgb(118,13,48); }

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

border-color css

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

 span { border-color: rgb(118,13,48); }

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