Html Css Color HEX #940335 Burgundy

📋 copy color: '#940335'

red 148 ◦ green 3 ◦ blue 53

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

Shades of Burgundy #940335

Tints of Burgundy #940335

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.47%

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

R = 72.55%
G = 1.47%
B = 25.98%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.64

 K value IS 0.42

RGB Variations

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

Color information

#940335 (or 0x940335) is known color: Burgundy. HEX triplet: 94, 03 and 35. RGB value is (148,3,53). Sum of RGB (Red+Green+Blue) = 148+3+53=204 (27% of max value = 765). Red value is 148 (58.20% from 255 or 72.55% from 204); Green value is 3 (1.56% from 255 or 1.47% from 204); Blue value is 53 (21.09% from 255 or 25.98% from 204); Max value from RGB is 148 - color contains mainly: red. Hex color #940335 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940335 is #6BFCCA. Grayscale: #343434. Windows color (decimal): -7077067 or 3474324. OLE color: 3474324.

HSL color Cylindrical-coordinate representation of color #940335: hue angle of 339.31º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #940335 is Cyan = 0, Magento = 0.98, Yellow = 0.64 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 3 53 -
CMYK 0 0.98 0.64 0.42
HSL 339.31º 0.96% 0.3% -
HSV(B) 339.31º 0.98% 0.58% -
XYZ 12.89 6.62 3.97 -
YUV 52.06 128.54 196.43 -
System Red Green Blue C M Y K H S L
Decimal 148 3 53 0 0.98 0.64 0.42 339.31 0.96 0.3
Hex 94 3 35 0 62 40 2A 153 60 1E
Octal 224 3 65 0 142 100 52 523 140 36
Binary 10010100 11 110101 0 1100010 1000000 101010 101010011 1100000 11110

Color Harmonies of #940335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940335

Black with #940335

Text Example


Text Example

White with #940335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940335; }

 p { color: rgb(148,3,53); }

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

background-color css

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

 a { background-color: rgb(148,3,53); }

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

border-color css

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

 span { border-color: rgb(148,3,53); }

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