Html Css Color HEX #95023C Burgundy

📋 copy color: '#95023C'

red 149 ◦ green 2 ◦ blue 60

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

Shades of Burgundy #95023C

Tints of Burgundy #95023C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 28.44%

R = 70.62%
G = 0.95%
B = 28.44%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.60

 K value IS 0.42

RGB Variations

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

Color information

#95023C (or 0x95023C) is known color: Burgundy. HEX triplet: 95, 02 and 3C. RGB value is (149,2,60). Sum of RGB (Red+Green+Blue) = 149+2+60=211 (27% of max value = 765). Red value is 149 (58.59% from 255 or 70.62% from 211); Green value is 2 (1.17% from 255 or 0.95% from 211); Blue value is 60 (23.83% from 255 or 28.44% from 211); Max value from RGB is 149 - color contains mainly: red. Hex color #95023C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #95023C is #6AFDC3. Grayscale: #343434. Windows color (decimal): -7011780 or 3932821. OLE color: 3932821.

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

Color convert

RGB 149 2 60 -
CMYK 0 0.99 0.60 0.42
HSL 336.33º 0.97% 0.3% -
HSV(B) 336.33º 0.99% 0.58% -
XYZ 13.23 6.76 4.88 -
YUV 52.57 132.2 196.78 -
System Red Green Blue C M Y K H S L
Decimal 149 2 60 0 0.99 0.60 0.42 336.33 0.97 0.3
Hex 95 2 3C 0 63 3C 2A 150 61 1E
Octal 225 2 74 0 143 74 52 520 141 36
Binary 10010101 10 111100 0 1100011 111100 101010 101010000 1100001 11110

Color Harmonies of #95023C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95023C

Black with #95023C

Text Example


Text Example

White with #95023C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95023C; }

 p { color: rgb(149,2,60); }

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

background-color css

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

 a { background-color: rgb(149,2,60); }

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

border-color css

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

 span { border-color: rgb(149,2,60); }

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