Html Css Color HEX #8F2053 Rose Bud Cherry

📋 copy color: '#8F2053'

red 143 ◦ green 32 ◦ blue 83

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

Shades of Rose Bud Cherry #8F2053

Tints of Rose Bud Cherry #8F2053

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.4%

 BLUE value IS 83 (32.81% from 255) = 32.17%

R = 55.43%
G = 12.4%
B = 32.17%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.42

 K value IS 0.44

RGB Variations

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

Color information

#8F2053 (or 0x8F2053) is known color: Rose Bud Cherry. HEX triplet: 8F, 20 and 53. RGB value is (143,32,83). Sum of RGB (Red+Green+Blue) = 143+32+83=258 (34% of max value = 765). Red value is 143 (56.25% from 255 or 55.43% from 258); Green value is 32 (12.89% from 255 or 12.40% from 258); Blue value is 83 (32.81% from 255 or 32.17% from 258); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2053 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F2053 is #70DFAC. Grayscale: #464646. Windows color (decimal): -7397293 or 5447823. OLE color: 5447823.

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

Color convert

RGB 143 32 83 -
CMYK 0 0.78 0.42 0.44
HSL 332.43º 0.63% 0.34% -
HSV(B) 332.43º 0.78% 0.56% -
XYZ 13.41 7.5 8.92 -
YUV 71 134.77 179.35 -
System Red Green Blue C M Y K H S L
Decimal 143 32 83 0 0.78 0.42 0.44 332.43 0.63 0.34
Hex 8F 20 53 0 4E 2A 2C 14C 3F 22
Octal 217 40 123 0 116 52 54 514 77 42
Binary 10001111 100000 1010011 0 1001110 101010 101100 101001100 111111 100010

Color Harmonies of #8F2053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F2053

Black with #8F2053

Text Example


Text Example

White with #8F2053

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,32,83); }

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

background-color css

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

 a { background-color: rgb(143,32,83); }

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

border-color css

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

 span { border-color: rgb(143,32,83); }

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