Html Css Color HEX #930235 Burgundy

📋 copy color: '#930235'

red 147 ◦ green 2 ◦ blue 53

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

Shades of Burgundy #930235

Tints of Burgundy #930235

RGB

 RED value IS 147 (57.81% from 255) = 72.77%

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

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

R = 72.77%
G = 0.99%
B = 26.24%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.64

 K value IS 0.42

RGB Variations

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

Color information

#930235 (or 0x930235) is known color: Burgundy. HEX triplet: 93, 02 and 35. RGB value is (147,2,53). Sum of RGB (Red+Green+Blue) = 147+2+53=202 (26% of max value = 765). Red value is 147 (57.81% from 255 or 72.77% from 202); Green value is 2 (1.17% from 255 or 0.99% from 202); Blue value is 53 (21.09% from 255 or 26.24% from 202); Max value from RGB is 147 - color contains mainly: red. Hex color #930235 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #930235 is #6CFDCA. Grayscale: #333333. Windows color (decimal): -7142859 or 3474067. OLE color: 3474067.

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

Color convert

RGB 147 2 53 -
CMYK 0 0.99 0.64 0.42
HSL 338.9º 0.97% 0.29% -
HSV(B) 338.9º 0.99% 0.58% -
XYZ 12.7 6.5 3.95 -
YUV 51.17 129.04 196.35 -
System Red Green Blue C M Y K H S L
Decimal 147 2 53 0 0.99 0.64 0.42 338.9 0.97 0.29
Hex 93 2 35 0 63 40 2A 153 61 1D
Octal 223 2 65 0 143 100 52 523 141 35
Binary 10010011 10 110101 0 1100011 1000000 101010 101010011 1100001 11101

Color Harmonies of #930235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #930235

Black with #930235

Text Example


Text Example

White with #930235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #930235; }

 p { color: rgb(147,2,53); }

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

background-color css

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

 a { background-color: rgb(147,2,53); }

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

border-color css

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

 span { border-color: rgb(147,2,53); }

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