Html Css Color HEX #920D30 Burgundy

📋 copy color: '#920D30'

red 146 ◦ green 13 ◦ blue 48

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

Shades of Burgundy #920D30

Tints of Burgundy #920D30

RGB

 RED value IS 146 (57.42% from 255) = 70.53%

 GREEN value IS 13 (5.47% from 255) = 6.28%

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

R = 70.53%
G = 6.28%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.67

 K value IS 0.43

RGB Variations

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

Color information

#920D30 (or 0x920D30) is known color: Burgundy. HEX triplet: 92, 0D and 30. RGB value is (146,13,48). Sum of RGB (Red+Green+Blue) = 146+13+48=207 (27% of max value = 765). Red value is 146 (57.42% from 255 or 70.53% from 207); Green value is 13 (5.47% from 255 or 6.28% from 207); Blue value is 48 (19.14% from 255 or 23.19% from 207); Max value from RGB is 146 - color contains mainly: red. Hex color #920D30 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #920D30 is #6DF2CF. Grayscale: #383838. Windows color (decimal): -7205584 or 3149202. OLE color: 3149202.

HSL color Cylindrical-coordinate representation of color #920D30: hue angle of 344.21º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #920D30 is Cyan = 0, Magento = 0.91, Yellow = 0.67 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 13 48 -
CMYK 0 0.91 0.67 0.43
HSL 344.21º 0.84% 0.31% -
HSV(B) 344.21º 0.91% 0.57% -
XYZ 12.53 6.61 3.41 -
YUV 56.76 123.06 191.65 -
System Red Green Blue C M Y K H S L
Decimal 146 13 48 0 0.91 0.67 0.43 344.21 0.84 0.31
Hex 92 D 30 0 5B 43 2B 158 54 1F
Octal 222 15 60 0 133 103 53 530 124 37
Binary 10010010 1101 110000 0 1011011 1000011 101011 101011000 1010100 11111

Color Harmonies of #920D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920D30

Black with #920D30

Text Example


Text Example

White with #920D30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #920D30; }

 p { color: rgb(146,13,48); }

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

background-color css

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

 a { background-color: rgb(146,13,48); }

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

border-color css

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

 span { border-color: rgb(146,13,48); }

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