Html Css Color HEX #95073D Burgundy

📋 copy color: '#95073D'

red 149 ◦ green 7 ◦ blue 61

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

Shades of Burgundy #95073D

Tints of Burgundy #95073D

RGB

 RED value IS 149 (58.59% from 255) = 68.66%

 GREEN value IS 7 (3.13% from 255) = 3.23%

 BLUE value IS 61 (24.22% from 255) = 28.11%

R = 68.66%
G = 3.23%
B = 28.11%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.59

 K value IS 0.42

RGB Variations

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

Color information

#95073D (or 0x95073D) is known color: Burgundy. HEX triplet: 95, 07 and 3D. RGB value is (149,7,61). Sum of RGB (Red+Green+Blue) = 149+7+61=217 (28% of max value = 765). Red value is 149 (58.59% from 255 or 68.66% from 217); Green value is 7 (3.12% from 255 or 3.23% from 217); Blue value is 61 (24.22% from 255 or 28.11% from 217); Max value from RGB is 149 - color contains mainly: red. Hex color #95073D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #95073D is #6AF8C2. Grayscale: #373737. Windows color (decimal): -7010499 or 3999637. OLE color: 3999637.

HSL color Cylindrical-coordinate representation of color #95073D: hue angle of 337.18º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #95073D is Cyan = 0, Magento = 0.95, Yellow = 0.59 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 7 61 -
CMYK 0 0.95 0.59 0.42
HSL 337.18º 0.91% 0.31% -
HSV(B) 337.18º 0.95% 0.58% -
XYZ 13.31 6.88 5.04 -
YUV 55.61 131.04 194.61 -
System Red Green Blue C M Y K H S L
Decimal 149 7 61 0 0.95 0.59 0.42 337.18 0.91 0.31
Hex 95 7 3D 0 5F 3B 2A 151 5B 1F
Octal 225 7 75 0 137 73 52 521 133 37
Binary 10010101 111 111101 0 1011111 111011 101010 101010001 1011011 11111

Color Harmonies of #95073D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95073D

Black with #95073D

Text Example


Text Example

White with #95073D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95073D; }

 p { color: rgb(149,7,61); }

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

background-color css

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

 a { background-color: rgb(149,7,61); }

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

border-color css

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

 span { border-color: rgb(149,7,61); }

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