Html Css Color HEX #7D0335 Burgundy

📋 copy color: '#7D0335'

red 125 ◦ green 3 ◦ blue 53

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

Shades of Burgundy #7D0335

Tints of Burgundy #7D0335

RGB

 RED value IS 125 (49.22% from 255) = 69.06%

 GREEN value IS 3 (1.56% from 255) = 1.66%

 BLUE value IS 53 (21.09% from 255) = 29.28%

R = 69.06%
G = 1.66%
B = 29.28%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.58

 K value IS 0.51

RGB Variations

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

Color information

#7D0335 (or 0x7D0335) is known color: Burgundy. HEX triplet: 7D, 03 and 35. RGB value is (125,3,53). Sum of RGB (Red+Green+Blue) = 125+3+53=181 (23% of max value = 765). Red value is 125 (49.22% from 255 or 69.06% from 181); Green value is 3 (1.56% from 255 or 1.66% from 181); Blue value is 53 (21.09% from 255 or 29.28% from 181); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0335 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7D0335 is #82FCCA. Grayscale: #2D2D2D. Windows color (decimal): -8584395 or 3474301. OLE color: 3474301.

HSL color Cylindrical-coordinate representation of color #7D0335: hue angle of 335.41º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7D0335 is Cyan = 0, Magento = 0.98, Yellow = 0.58 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 3 53 -
CMYK 0 0.98 0.58 0.51
HSL 335.41º 0.95% 0.25% -
HSV(B) 335.41º 0.98% 0.49% -
XYZ 9.13 4.68 3.79 -
YUV 45.18 132.42 184.93 -
System Red Green Blue C M Y K H S L
Decimal 125 3 53 0 0.98 0.58 0.51 335.41 0.95 0.25
Hex 7D 3 35 0 62 3A 33 14F 5F 19
Octal 175 3 65 0 142 72 63 517 137 31
Binary 1111101 11 110101 0 1100010 111010 110011 101001111 1011111 11001

Color Harmonies of #7D0335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D0335

Black with #7D0335

Text Example


Text Example

White with #7D0335

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,3,53); }

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

background-color css

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

 a { background-color: rgb(125,3,53); }

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

border-color css

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

 span { border-color: rgb(125,3,53); }

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