Html Css Color HEX #7F0130 Burgundy

📋 copy color: '#7F0130'

red 127 ◦ green 1 ◦ blue 48

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

Shades of Burgundy #7F0130

Tints of Burgundy #7F0130

RGB

 RED value IS 127 (50% from 255) = 72.16%

 GREEN value IS 1 (0.78% from 255) = 0.57%

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

R = 72.16%
G = 0.57%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.62

 K value IS 0.50

RGB Variations

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

Color information

#7F0130 (or 0x7F0130) is known color: Burgundy. HEX triplet: 7F, 01 and 30. RGB value is (127,1,48). Sum of RGB (Red+Green+Blue) = 127+1+48=176 (23% of max value = 765). Red value is 127 (50% from 255 or 72.16% from 176); Green value is 1 (0.78% from 255 or 0.57% from 176); Blue value is 48 (19.14% from 255 or 27.27% from 176); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0130 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7F0130 is #80FECF. Grayscale: #2B2B2B. Windows color (decimal): -8453840 or 3146111. OLE color: 3146111.

HSL color Cylindrical-coordinate representation of color #7F0130: hue angle of 337.62º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7F0130 is Cyan = 0, Magento = 0.99, Yellow = 0.62 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 1 48 -
CMYK 0 0.99 0.62 0.50
HSL 337.62º 0.98% 0.25% -
HSV(B) 337.62º 0.99% 0.5% -
XYZ 9.3 4.75 3.22 -
YUV 44.03 130.24 187.18 -
System Red Green Blue C M Y K H S L
Decimal 127 1 48 0 0.99 0.62 0.50 337.62 0.98 0.25
Hex 7F 1 30 0 63 3E 32 152 62 19
Octal 177 1 60 0 143 76 62 522 142 31
Binary 1111111 1 110000 0 1100011 111110 110010 101010010 1100010 11001

Color Harmonies of #7F0130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F0130

Black with #7F0130

Text Example


Text Example

White with #7F0130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F0130; }

 p { color: rgb(127,1,48); }

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

background-color css

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

 a { background-color: rgb(127,1,48); }

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

border-color css

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

 span { border-color: rgb(127,1,48); }

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