Html Css Color HEX #8F0235 Burgundy

📋 copy color: '#8F0235'

red 143 ◦ green 2 ◦ blue 53

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

Shades of Burgundy #8F0235

Tints of Burgundy #8F0235

RGB

 RED value IS 143 (56.25% from 255) = 72.22%

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

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

R = 72.22%
G = 1.01%
B = 26.77%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.63

 K value IS 0.44

RGB Variations

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

Color information

#8F0235 (or 0x8F0235) is known color: Burgundy. HEX triplet: 8F, 02 and 35. RGB value is (143,2,53). Sum of RGB (Red+Green+Blue) = 143+2+53=198 (26% of max value = 765). Red value is 143 (56.25% from 255 or 72.22% from 198); Green value is 2 (1.17% from 255 or 1.01% from 198); Blue value is 53 (21.09% from 255 or 26.77% from 198); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0235 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F0235 is #70FDCA. Grayscale: #313131. Windows color (decimal): -7405003 or 3474063. OLE color: 3474063.

HSL color Cylindrical-coordinate representation of color #8F0235: hue angle of 338.3º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8F0235 is Cyan = 0, Magento = 0.99, Yellow = 0.63 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 2 53 -
CMYK 0 0.99 0.63 0.44
HSL 338.3º 0.97% 0.28% -
HSV(B) 338.3º 0.99% 0.56% -
XYZ 11.99 6.14 3.92 -
YUV 49.97 129.71 194.35 -
System Red Green Blue C M Y K H S L
Decimal 143 2 53 0 0.99 0.63 0.44 338.3 0.97 0.28
Hex 8F 2 35 0 63 3F 2C 152 61 1C
Octal 217 2 65 0 143 77 54 522 141 34
Binary 10001111 10 110101 0 1100011 111111 101100 101010010 1100001 11100

Color Harmonies of #8F0235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F0235

Black with #8F0235

Text Example


Text Example

White with #8F0235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8F0235; }

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

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

background-color css

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

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

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

border-color css

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

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

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