Html Css Color HEX #8F2362 Rose Bud Cherry

📋 copy color: '#8F2362'

red 143 ◦ green 35 ◦ blue 98

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

Shades of Rose Bud Cherry #8F2362

Tints of Rose Bud Cherry #8F2362

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.68%

 BLUE value IS 98 (38.67% from 255) = 35.51%

R = 51.81%
G = 12.68%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.31

 K value IS 0.44

RGB Variations

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

Color information

#8F2362 (or 0x8F2362) is known color: Rose Bud Cherry. HEX triplet: 8F, 23 and 62. RGB value is (143,35,98). Sum of RGB (Red+Green+Blue) = 143+35+98=276 (36% of max value = 765). Red value is 143 (56.25% from 255 or 51.81% from 276); Green value is 35 (14.06% from 255 or 12.68% from 276); Blue value is 98 (38.67% from 255 or 35.51% from 276); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2362 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F2362 is #70DC9D. Grayscale: #4A4A4A. Windows color (decimal): -7396510 or 6431631. OLE color: 6431631.

HSL color Cylindrical-coordinate representation of color #8F2362: hue angle of 325º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8F2362 is Cyan = 0, Magento = 0.76, Yellow = 0.31 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 35 98 -
CMYK 0 0.76 0.31 0.44
HSL 325º 0.61% 0.35% -
HSV(B) 325º 0.76% 0.56% -
XYZ 14.13 7.92 12.34 -
YUV 74.47 141.28 176.88 -
System Red Green Blue C M Y K H S L
Decimal 143 35 98 0 0.76 0.31 0.44 325 0.61 0.35
Hex 8F 23 62 0 4C 1F 2C 145 3D 23
Octal 217 43 142 0 114 37 54 505 75 43
Binary 10001111 100011 1100010 0 1001100 11111 101100 101000101 111101 100011

Color Harmonies of #8F2362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F2362

Black with #8F2362

Text Example


Text Example

White with #8F2362

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,35,98); }

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

background-color css

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

 a { background-color: rgb(143,35,98); }

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

border-color css

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

 span { border-color: rgb(143,35,98); }

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