Html Css Color HEX #75020C Burgundy

📋 copy color: '#75020C'

red 117 ◦ green 2 ◦ blue 12

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

Shades of Burgundy #75020C

Tints of Burgundy #75020C

RGB

 RED value IS 117 (46.09% from 255) = 89.31%

 GREEN value IS 2 (1.17% from 255) = 1.53%

 BLUE value IS 12 (5.08% from 255) = 9.16%

R = 89.31%
G = 1.53%
B = 9.16%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.90

 K value IS 0.54

RGB Variations

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

Color information

#75020C (or 0x75020C) is known color: Burgundy. HEX triplet: 75, 02 and 0C. RGB value is (117,2,12). Sum of RGB (Red+Green+Blue) = 117+2+12=131 (17% of max value = 765). Red value is 117 (46.09% from 255 or 89.31% from 131); Green value is 2 (1.17% from 255 or 1.53% from 131); Blue value is 12 (5.08% from 255 or 9.16% from 131); Max value from RGB is 117 - color contains mainly: red. Hex color #75020C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #75020C is #8AFDF3. Grayscale: #252525. Windows color (decimal): -9108980 or 787061. OLE color: 787061.

HSL color Cylindrical-coordinate representation of color #75020C: hue angle of 354.78º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #75020C is Cyan = 0, Magento = 0.98, Yellow = 0.90 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 2 12 -
CMYK 0 0.98 0.90 0.54
HSL 354.78º 0.97% 0.23% -
HSV(B) 354.78º 0.98% 0.46% -
XYZ 7.42 3.85 0.7 -
YUV 37.53 113.6 184.69 -
System Red Green Blue C M Y K H S L
Decimal 117 2 12 0 0.98 0.90 0.54 354.78 0.97 0.23
Hex 75 2 C 0 62 5A 36 163 61 17
Octal 165 2 14 0 142 132 66 543 141 27
Binary 1110101 10 1100 0 1100010 1011010 110110 101100011 1100001 10111

Color Harmonies of #75020C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75020C

Black with #75020C

Text Example


Text Example

White with #75020C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75020C; }

 p { color: rgb(117,2,12); }

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

background-color css

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

 a { background-color: rgb(117,2,12); }

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

border-color css

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

 span { border-color: rgb(117,2,12); }

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