Html Css Color HEX #910434 Burgundy

📋 copy color: '#910434'

red 145 ◦ green 4 ◦ blue 52

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

Shades of Burgundy #910434

Tints of Burgundy #910434

RGB

 RED value IS 145 (57.03% from 255) = 72.14%

 GREEN value IS 4 (1.95% from 255) = 1.99%

 BLUE value IS 52 (20.7% from 255) = 25.87%

R = 72.14%
G = 1.99%
B = 25.87%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.64

 K value IS 0.43

RGB Variations

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

Color information

#910434 (or 0x910434) is known color: Burgundy. HEX triplet: 91, 04 and 34. RGB value is (145,4,52). Sum of RGB (Red+Green+Blue) = 145+4+52=201 (26% of max value = 765). Red value is 145 (57.03% from 255 or 72.14% from 201); Green value is 4 (1.95% from 255 or 1.99% from 201); Blue value is 52 (20.70% from 255 or 25.87% from 201); Max value from RGB is 145 - color contains mainly: red. Hex color #910434 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910434 is #6EFBCB. Grayscale: #333333. Windows color (decimal): -7273420 or 3409041. OLE color: 3409041.

HSL color Cylindrical-coordinate representation of color #910434: hue angle of 339.57º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #910434 is Cyan = 0, Magento = 0.97, Yellow = 0.64 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 4 52 -
CMYK 0 0.97 0.64 0.43
HSL 339.57º 0.95% 0.29% -
HSV(B) 339.57º 0.97% 0.57% -
XYZ 12.34 6.35 3.82 -
YUV 51.63 128.21 194.6 -
System Red Green Blue C M Y K H S L
Decimal 145 4 52 0 0.97 0.64 0.43 339.57 0.95 0.29
Hex 91 4 34 0 61 40 2B 154 5F 1D
Octal 221 4 64 0 141 100 53 524 137 35
Binary 10010001 100 110100 0 1100001 1000000 101011 101010100 1011111 11101

Color Harmonies of #910434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #910434

Black with #910434

Text Example


Text Example

White with #910434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #910434; }

 p { color: rgb(145,4,52); }

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

background-color css

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

 a { background-color: rgb(145,4,52); }

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

border-color css

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

 span { border-color: rgb(145,4,52); }

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