Html Css Color HEX #920235 Burgundy

📋 copy color: '#920235'

red 146 ◦ green 2 ◦ blue 53

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

Shades of Burgundy #920235

Tints of Burgundy #920235

RGB

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

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

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

R = 72.64%
G = 1%
B = 26.37%

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

#920235 (or 0x920235) is known color: Burgundy. HEX triplet: 92, 02 and 35. RGB value is (146,2,53). Sum of RGB (Red+Green+Blue) = 146+2+53=201 (26% of max value = 765). Red value is 146 (57.42% from 255 or 72.64% from 201); Green value is 2 (1.17% from 255 or 1.00% from 201); Blue value is 53 (21.09% from 255 or 26.37% from 201); Max value from RGB is 146 - color contains mainly: red. Hex color #920235 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #920235 is #6DFDCA. Grayscale: #323232. Windows color (decimal): -7208395 or 3474066. OLE color: 3474066.

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

Color convert

RGB 146 2 53 -
CMYK 0 0.99 0.64 0.43
HSL 338.75º 0.97% 0.29% -
HSV(B) 338.75º 0.99% 0.57% -
XYZ 12.52 6.41 3.95 -
YUV 50.87 129.21 195.85 -
System Red Green Blue C M Y K H S L
Decimal 146 2 53 0 0.99 0.64 0.43 338.75 0.97 0.29
Hex 92 2 35 0 63 40 2B 153 61 1D
Octal 222 2 65 0 143 100 53 523 141 35
Binary 10010010 10 110101 0 1100011 1000000 101011 101010011 1100001 11101

Color Harmonies of #920235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #920235

Black with #920235

Text Example


Text Example

White with #920235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #920235; }

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

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

background-color css

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

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

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

border-color css

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

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

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