Html Css Color HEX #920335 Burgundy

📋 copy color: '#920335'

red 146 ◦ green 3 ◦ blue 53

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

Shades of Burgundy #920335

Tints of Burgundy #920335

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 26.24%

R = 72.28%
G = 1.49%
B = 26.24%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.64

 K value IS 0.43

RGB Variations

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

Color information

#920335 (or 0x920335) is known color: Burgundy. HEX triplet: 92, 03 and 35. RGB value is (146,3,53). Sum of RGB (Red+Green+Blue) = 146+3+53=202 (26% of max value = 765). Red value is 146 (57.42% from 255 or 72.28% from 202); Green value is 3 (1.56% from 255 or 1.49% from 202); Blue value is 53 (21.09% from 255 or 26.24% from 202); Max value from RGB is 146 - color contains mainly: red. Hex color #920335 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #920335 is #6DFCCA. Grayscale: #333333. Windows color (decimal): -7208139 or 3474322. OLE color: 3474322.

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

Color convert

RGB 146 3 53 -
CMYK 0 0.98 0.64 0.43
HSL 339.02º 0.96% 0.29% -
HSV(B) 339.02º 0.98% 0.57% -
XYZ 12.53 6.43 3.95 -
YUV 51.46 128.88 195.43 -
System Red Green Blue C M Y K H S L
Decimal 146 3 53 0 0.98 0.64 0.43 339.02 0.96 0.29
Hex 92 3 35 0 62 40 2B 153 60 1D
Octal 222 3 65 0 142 100 53 523 140 35
Binary 10010010 11 110101 0 1100010 1000000 101011 101010011 1100000 11101

Color Harmonies of #920335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920335

Black with #920335

Text Example


Text Example

White with #920335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #920335; }

 p { color: rgb(146,3,53); }

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

background-color css

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

 a { background-color: rgb(146,3,53); }

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

border-color css

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

 span { border-color: rgb(146,3,53); }

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