Html Css Color HEX #92003F Burgundy

📋 copy color: '#92003F'

red 146 ◦ green 0 ◦ blue 63

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

Shades of Burgundy #92003F

Tints of Burgundy #92003F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 63 (25% from 255) = 30.14%

R = 69.86%
G = 0%
B = 30.14%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.57

 K value IS 0.43

RGB Variations

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

Color information

#92003F (or 0x92003F) is known color: Burgundy. HEX triplet: 92, 00 and 3F. RGB value is (146,0,63). Sum of RGB (Red+Green+Blue) = 146+0+63=209 (27% of max value = 765). Red value is 146 (57.42% from 255 or 69.86% from 209); Green value is 0 (0.39% from 255 or 0% from 209); Blue value is 63 (25% from 255 or 30.14% from 209); Max value from RGB is 146 - color contains mainly: red. Hex color #92003F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #92003F is #6DFFC0. Grayscale: #323232. Windows color (decimal): -7208897 or 4128914. OLE color: 4128914.

HSL color Cylindrical-coordinate representation of color #92003F: hue angle of 334.11º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #92003F is Cyan = 0, Magento = 1, Yellow = 0.57 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 0 63 -
CMYK 0 1 0.57 0.43
HSL 334.11º 1% 0.29% -
HSV(B) 334.11º 1% 0.57% -
XYZ 12.75 6.47 5.28 -
YUV 50.84 134.87 195.88 -
System Red Green Blue C M Y K H S L
Decimal 146 0 63 0 1 0.57 0.43 334.11 1 0.29
Hex 92 0 3F 0 64 39 2B 14E 64 1D
Octal 222 0 77 0 144 71 53 516 144 35
Binary 10010010 0 111111 0 1100100 111001 101011 101001110 1100100 11101

Color Harmonies of #92003F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92003F

Black with #92003F

Text Example


Text Example

White with #92003F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #92003F; }

 p { color: rgb(146,0,63); }

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

background-color css

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

 a { background-color: rgb(146,0,63); }

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

border-color css

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

 span { border-color: rgb(146,0,63); }

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