Html Css Color HEX #940D35 Burgundy

📋 copy color: '#940D35'

red 148 ◦ green 13 ◦ blue 53

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

Shades of Burgundy #940D35

Tints of Burgundy #940D35

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.07%

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

R = 69.16%
G = 6.07%
B = 24.77%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.64

 K value IS 0.42

RGB Variations

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

Color information

#940D35 (or 0x940D35) is known color: Burgundy. HEX triplet: 94, 0D and 35. RGB value is (148,13,53). Sum of RGB (Red+Green+Blue) = 148+13+53=214 (28% of max value = 765). Red value is 148 (58.20% from 255 or 69.16% from 214); Green value is 13 (5.47% from 255 or 6.07% from 214); Blue value is 53 (21.09% from 255 or 24.77% from 214); Max value from RGB is 148 - color contains mainly: red. Hex color #940D35 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #940D35 is #6BF2CA. Grayscale: #393939. Windows color (decimal): -7074507 or 3476884. OLE color: 3476884.

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

Color convert

RGB 148 13 53 -
CMYK 0 0.91 0.64 0.42
HSL 342.22º 0.84% 0.32% -
HSV(B) 342.22º 0.91% 0.58% -
XYZ 13 6.84 4 -
YUV 57.93 125.23 192.25 -
System Red Green Blue C M Y K H S L
Decimal 148 13 53 0 0.91 0.64 0.42 342.22 0.84 0.32
Hex 94 D 35 0 5B 40 2A 156 54 20
Octal 224 15 65 0 133 100 52 526 124 40
Binary 10010100 1101 110101 0 1011011 1000000 101010 101010110 1010100 100000

Color Harmonies of #940D35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #940D35

Black with #940D35

Text Example


Text Example

White with #940D35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #940D35; }

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

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

background-color css

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

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

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

border-color css

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

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

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