Html Css Color HEX #760C27 Burgundy

📋 copy color: '#760C27'

red 118 ◦ green 12 ◦ blue 39

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

Shades of Burgundy #760C27

Tints of Burgundy #760C27

RGB

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

 GREEN value IS 12 (5.08% from 255) = 7.1%

 BLUE value IS 39 (15.63% from 255) = 23.08%

R = 69.82%
G = 7.1%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.67

 K value IS 0.54

RGB Variations

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

Color information

#760C27 (or 0x760C27) is known color: Burgundy. HEX triplet: 76, 0C and 27. RGB value is (118,12,39). Sum of RGB (Red+Green+Blue) = 118+12+39=169 (22% of max value = 765). Red value is 118 (46.48% from 255 or 69.82% from 169); Green value is 12 (5.08% from 255 or 7.10% from 169); Blue value is 39 (15.62% from 255 or 23.08% from 169); Max value from RGB is 118 - color contains mainly: red. Hex color #760C27 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #760C27 is #89F3D8. Grayscale: #2E2E2E. Windows color (decimal): -9040857 or 2559094. OLE color: 2559094.

HSL color Cylindrical-coordinate representation of color #760C27: hue angle of 344.72º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #760C27 is Cyan = 0, Magento = 0.90, Yellow = 0.67 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 12 39 -
CMYK 0 0.90 0.67 0.54
HSL 344.72º 0.82% 0.25% -
HSV(B) 344.72º 0.9% 0.46% -
XYZ 7.97 4.26 2.32 -
YUV 46.77 123.62 178.8 -
System Red Green Blue C M Y K H S L
Decimal 118 12 39 0 0.90 0.67 0.54 344.72 0.82 0.25
Hex 76 C 27 0 5A 43 36 159 52 19
Octal 166 14 47 0 132 103 66 531 122 31
Binary 1110110 1100 100111 0 1011010 1000011 110110 101011001 1010010 11001

Color Harmonies of #760C27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760C27

Black with #760C27

Text Example


Text Example

White with #760C27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,12,39); }

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

background-color css

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

 a { background-color: rgb(118,12,39); }

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

border-color css

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

 span { border-color: rgb(118,12,39); }

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