Html Css Color HEX #8E3363 Rose Bud Cherry

📋 copy color: '#8E3363'

red 142 ◦ green 51 ◦ blue 99

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

Shades of Rose Bud Cherry #8E3363

Tints of Rose Bud Cherry #8E3363

RGB

 RED value IS 142 (55.86% from 255) = 48.63%

 GREEN value IS 51 (20.31% from 255) = 17.47%

 BLUE value IS 99 (39.06% from 255) = 33.9%

R = 48.63%
G = 17.47%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.30

 K value IS 0.44

RGB Variations

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

Color information

#8E3363 (or 0x8E3363) is known color: Rose Bud Cherry. HEX triplet: 8E, 33 and 63. RGB value is (142,51,99). Sum of RGB (Red+Green+Blue) = 142+51+99=292 (38% of max value = 765). Red value is 142 (55.86% from 255 or 48.63% from 292); Green value is 51 (20.31% from 255 or 17.47% from 292); Blue value is 99 (39.06% from 255 or 33.90% from 292); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3363 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E3363 is #71CC9C. Grayscale: #535353. Windows color (decimal): -7457949 or 6501262. OLE color: 6501262.

HSL color Cylindrical-coordinate representation of color #8E3363: hue angle of 328.35º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8E3363 is Cyan = 0, Magento = 0.64, Yellow = 0.30 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 51 99 -
CMYK 0 0.64 0.30 0.44
HSL 328.35º 0.47% 0.38% -
HSV(B) 328.35º 0.64% 0.56% -
XYZ 14.59 9.02 12.78 -
YUV 83.68 136.65 169.6 -
System Red Green Blue C M Y K H S L
Decimal 142 51 99 0 0.64 0.30 0.44 328.35 0.47 0.38
Hex 8E 33 63 0 40 1E 2C 148 2F 26
Octal 216 63 143 0 100 36 54 510 57 46
Binary 10001110 110011 1100011 0 1000000 11110 101100 101001000 101111 100110

Color Harmonies of #8E3363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E3363

Black with #8E3363

Text Example


Text Example

White with #8E3363

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,51,99); }

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

background-color css

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

 a { background-color: rgb(142,51,99); }

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

border-color css

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

 span { border-color: rgb(142,51,99); }

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