Html Css Color HEX #940230 Burgundy

📋 copy color: '#940230'

red 148 ◦ green 2 ◦ blue 48

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

Shades of Burgundy #940230

Tints of Burgundy #940230

RGB

 RED value IS 148 (58.2% from 255) = 74.75%

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

 BLUE value IS 48 (19.14% from 255) = 24.24%

R = 74.75%
G = 1.01%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.68

 K value IS 0.42

RGB Variations

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

Color information

#940230 (or 0x940230) is known color: Burgundy. HEX triplet: 94, 02 and 30. RGB value is (148,2,48). Sum of RGB (Red+Green+Blue) = 148+2+48=198 (26% of max value = 765). Red value is 148 (58.20% from 255 or 74.75% from 198); Green value is 2 (1.17% from 255 or 1.01% from 198); Blue value is 48 (19.14% from 255 or 24.24% from 198); Max value from RGB is 148 - color contains mainly: red. Hex color #940230 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940230 is #6BFDCF. Grayscale: #323232. Windows color (decimal): -7077328 or 3146388. OLE color: 3146388.

HSL color Cylindrical-coordinate representation of color #940230: hue angle of 341.1º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #940230 is Cyan = 0, Magento = 0.99, Yellow = 0.68 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 2 48 -
CMYK 0 0.99 0.68 0.42
HSL 341.1º 0.97% 0.29% -
HSV(B) 341.1º 0.99% 0.58% -
XYZ 12.77 6.55 3.39 -
YUV 50.9 126.37 197.26 -
System Red Green Blue C M Y K H S L
Decimal 148 2 48 0 0.99 0.68 0.42 341.1 0.97 0.29
Hex 94 2 30 0 63 44 2A 155 61 1D
Octal 224 2 60 0 143 104 52 525 141 35
Binary 10010100 10 110000 0 1100011 1000100 101010 101010101 1100001 11101

Color Harmonies of #940230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940230

Black with #940230

Text Example


Text Example

White with #940230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940230; }

 p { color: rgb(148,2,48); }

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

background-color css

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

 a { background-color: rgb(148,2,48); }

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

border-color css

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

 span { border-color: rgb(148,2,48); }

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