Html Css Color HEX #910234 Burgundy

📋 copy color: '#910234'

red 145 ◦ green 2 ◦ blue 52

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

Shades of Burgundy #910234

Tints of Burgundy #910234

RGB

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

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

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

R = 72.86%
G = 1.01%
B = 26.13%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.64

 K value IS 0.43

RGB Variations

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

Color information

#910234 (or 0x910234) is known color: Burgundy. HEX triplet: 91, 02 and 34. RGB value is (145,2,52). Sum of RGB (Red+Green+Blue) = 145+2+52=199 (26% of max value = 765). Red value is 145 (57.03% from 255 or 72.86% from 199); Green value is 2 (1.17% from 255 or 1.01% from 199); Blue value is 52 (20.70% from 255 or 26.13% from 199); Max value from RGB is 145 - color contains mainly: red. Hex color #910234 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910234 is #6EFDCB. Grayscale: #323232. Windows color (decimal): -7273932 or 3408529. OLE color: 3408529.

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

Color convert

RGB 145 2 52 -
CMYK 0 0.99 0.64 0.43
HSL 339.02º 0.97% 0.29% -
HSV(B) 339.02º 0.99% 0.57% -
XYZ 12.32 6.31 3.82 -
YUV 50.46 128.88 195.43 -
System Red Green Blue C M Y K H S L
Decimal 145 2 52 0 0.99 0.64 0.43 339.02 0.97 0.29
Hex 91 2 34 0 63 40 2B 153 61 1D
Octal 221 2 64 0 143 100 53 523 141 35
Binary 10010001 10 110100 0 1100011 1000000 101011 101010011 1100001 11101

Color Harmonies of #910234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #910234

Black with #910234

Text Example


Text Example

White with #910234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #910234; }

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

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

background-color css

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

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

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

border-color css

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

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

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