Html Css Color HEX #92073C Burgundy

📋 copy color: '#92073C'

red 146 ◦ green 7 ◦ blue 60

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

Shades of Burgundy #92073C

Tints of Burgundy #92073C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.29%

 BLUE value IS 60 (23.83% from 255) = 28.17%

R = 68.54%
G = 3.29%
B = 28.17%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.59

 K value IS 0.43

RGB Variations

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

Color information

#92073C (or 0x92073C) is known color: Burgundy. HEX triplet: 92, 07 and 3C. RGB value is (146,7,60). Sum of RGB (Red+Green+Blue) = 146+7+60=213 (28% of max value = 765). Red value is 146 (57.42% from 255 or 68.54% from 213); Green value is 7 (3.12% from 255 or 3.29% from 213); Blue value is 60 (23.83% from 255 or 28.17% from 213); Max value from RGB is 146 - color contains mainly: red. Hex color #92073C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #92073C is #6DF8C3. Grayscale: #363636. Windows color (decimal): -7207108 or 3934098. OLE color: 3934098.

HSL color Cylindrical-coordinate representation of color #92073C: hue angle of 337.12º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #92073C is Cyan = 0, Magento = 0.95, Yellow = 0.59 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 7 60 -
CMYK 0 0.95 0.59 0.43
HSL 337.12º 0.91% 0.3% -
HSV(B) 337.12º 0.95% 0.57% -
XYZ 12.75 6.59 4.88 -
YUV 54.6 131.05 193.19 -
System Red Green Blue C M Y K H S L
Decimal 146 7 60 0 0.95 0.59 0.43 337.12 0.91 0.3
Hex 92 7 3C 0 5F 3B 2B 151 5B 1E
Octal 222 7 74 0 137 73 53 521 133 36
Binary 10010010 111 111100 0 1011111 111011 101011 101010001 1011011 11110

Color Harmonies of #92073C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92073C

Black with #92073C

Text Example


Text Example

White with #92073C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #92073C; }

 p { color: rgb(146,7,60); }

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

background-color css

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

 a { background-color: rgb(146,7,60); }

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

border-color css

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

 span { border-color: rgb(146,7,60); }

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