Html Css Color HEX #910429 Burgundy

📋 copy color: '#910429'

red 145 ◦ green 4 ◦ blue 41

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

Shades of Burgundy #910429

Tints of Burgundy #910429

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 21.58%

R = 76.32%
G = 2.11%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.72

 K value IS 0.43

RGB Variations

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

Color information

#910429 (or 0x910429) is known color: Burgundy. HEX triplet: 91, 04 and 29. RGB value is (145,4,41). Sum of RGB (Red+Green+Blue) = 145+4+41=190 (25% of max value = 765). Red value is 145 (57.03% from 255 or 76.32% from 190); Green value is 4 (1.95% from 255 or 2.11% from 190); Blue value is 41 (16.41% from 255 or 21.58% from 190); Max value from RGB is 145 - color contains mainly: red. Hex color #910429 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910429 is #6EFBD6. Grayscale: #323232. Windows color (decimal): -7273431 or 2688145. OLE color: 2688145.

HSL color Cylindrical-coordinate representation of color #910429: hue angle of 344.26º 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 #910429 is Cyan = 0, Magento = 0.97, Yellow = 0.72 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 4 41 -
CMYK 0 0.97 0.72 0.43
HSL 344.26º 0.95% 0.29% -
HSV(B) 344.26º 0.97% 0.57% -
XYZ 12.12 6.27 2.67 -
YUV 50.38 122.71 195.49 -
System Red Green Blue C M Y K H S L
Decimal 145 4 41 0 0.97 0.72 0.43 344.26 0.95 0.29
Hex 91 4 29 0 61 48 2B 158 5F 1D
Octal 221 4 51 0 141 110 53 530 137 35
Binary 10010001 100 101001 0 1100001 1001000 101011 101011000 1011111 11101

Color Harmonies of #910429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #910429

Black with #910429

Text Example


Text Example

White with #910429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #910429; }

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

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

background-color css

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

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

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

border-color css

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

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

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