Html Css Color HEX #92063C Burgundy

📋 copy color: '#92063C'

red 146 ◦ green 6 ◦ blue 60

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

Shades of Burgundy #92063C

Tints of Burgundy #92063C

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.83%

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

R = 68.87%
G = 2.83%
B = 28.3%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.59

 K value IS 0.43

RGB Variations

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

Color information

#92063C (or 0x92063C) is known color: Burgundy. HEX triplet: 92, 06 and 3C. RGB value is (146,6,60). Sum of RGB (Red+Green+Blue) = 146+6+60=212 (28% of max value = 765). Red value is 146 (57.42% from 255 or 68.87% from 212); Green value is 6 (2.73% from 255 or 2.83% from 212); Blue value is 60 (23.83% from 255 or 28.30% from 212); Max value from RGB is 146 - color contains mainly: red. Hex color #92063C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #92063C is #6DF9C3. Grayscale: #353535. Windows color (decimal): -7207364 or 3933842. OLE color: 3933842.

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

Color convert

RGB 146 6 60 -
CMYK 0 0.96 0.59 0.43
HSL 336.86º 0.92% 0.3% -
HSV(B) 336.86º 0.96% 0.57% -
XYZ 12.73 6.57 4.87 -
YUV 54.02 131.38 193.61 -
System Red Green Blue C M Y K H S L
Decimal 146 6 60 0 0.96 0.59 0.43 336.86 0.92 0.3
Hex 92 6 3C 0 60 3B 2B 151 5C 1E
Octal 222 6 74 0 140 73 53 521 134 36
Binary 10010010 110 111100 0 1100000 111011 101011 101010001 1011100 11110

Color Harmonies of #92063C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92063C

Black with #92063C

Text Example


Text Example

White with #92063C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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