Html Css Color HEX #940035 Burgundy

📋 copy color: '#940035'

red 148 ◦ green 0 ◦ blue 53

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

Shades of Burgundy #940035

Tints of Burgundy #940035

RGB

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

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

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

R = 73.63%
G = 0%
B = 26.37%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.64

 K value IS 0.42

RGB Variations

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

Color information

#940035 (or 0x940035) is known color: Burgundy. HEX triplet: 94, 00 and 35. RGB value is (148,0,53). Sum of RGB (Red+Green+Blue) = 148+0+53=201 (26% of max value = 765). Red value is 148 (58.20% from 255 or 73.63% from 201); Green value is 0 (0.39% from 255 or 0% from 201); Blue value is 53 (21.09% from 255 or 26.37% from 201); Max value from RGB is 148 - color contains mainly: red. Hex color #940035 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940035 is #6BFFCA. Grayscale: #323232. Windows color (decimal): -7077835 or 3473556. OLE color: 3473556.

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

Color convert

RGB 148 0 53 -
CMYK 0 1 0.64 0.42
HSL 338.51º 1% 0.29% -
HSV(B) 338.51º 1% 0.58% -
XYZ 12.86 6.55 3.96 -
YUV 50.29 129.53 197.69 -
System Red Green Blue C M Y K H S L
Decimal 148 0 53 0 1 0.64 0.42 338.51 1 0.29
Hex 94 0 35 0 64 40 2A 153 64 1D
Octal 224 0 65 0 144 100 52 523 144 35
Binary 10010100 0 110101 0 1100100 1000000 101010 101010011 1100100 11101

Color Harmonies of #940035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940035

Black with #940035

Text Example


Text Example

White with #940035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940035; }

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

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

background-color css

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

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

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

border-color css

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

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

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