Html Css Color HEX #910330 Burgundy

📋 copy color: '#910330'

red 145 ◦ green 3 ◦ blue 48

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

Shades of Burgundy #910330

Tints of Burgundy #910330

RGB

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

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

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

R = 73.98%
G = 1.53%
B = 24.49%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.67

 K value IS 0.43

RGB Variations

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

Color information

#910330 (or 0x910330) is known color: Burgundy. HEX triplet: 91, 03 and 30. RGB value is (145,3,48). Sum of RGB (Red+Green+Blue) = 145+3+48=196 (25% of max value = 765). Red value is 145 (57.03% from 255 or 73.98% from 196); Green value is 3 (1.56% from 255 or 1.53% from 196); Blue value is 48 (19.14% from 255 or 24.49% from 196); Max value from RGB is 145 - color contains mainly: red. Hex color #910330 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #910330 is #6EFCCF. Grayscale: #323232. Windows color (decimal): -7273680 or 3146641. OLE color: 3146641.

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

Color convert

RGB 145 3 48 -
CMYK 0 0.98 0.67 0.43
HSL 340.99º 0.96% 0.29% -
HSV(B) 340.99º 0.98% 0.57% -
XYZ 12.24 6.3 3.37 -
YUV 50.59 126.54 195.34 -
System Red Green Blue C M Y K H S L
Decimal 145 3 48 0 0.98 0.67 0.43 340.99 0.96 0.29
Hex 91 3 30 0 62 43 2B 155 60 1D
Octal 221 3 60 0 142 103 53 525 140 35
Binary 10010001 11 110000 0 1100010 1000011 101011 101010101 1100000 11101

Color Harmonies of #910330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #910330

Black with #910330

Text Example


Text Example

White with #910330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #910330; }

 p { color: rgb(145,3,48); }

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

background-color css

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

 a { background-color: rgb(145,3,48); }

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

border-color css

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

 span { border-color: rgb(145,3,48); }

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