Html Css Color HEX #8E3453 Rose Bud Cherry

📋 copy color: '#8E3453'

red 142 ◦ green 52 ◦ blue 83

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

Shades of Rose Bud Cherry #8E3453

Tints of Rose Bud Cherry #8E3453

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.77%

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

R = 51.26%
G = 18.77%
B = 29.96%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.42

 K value IS 0.44

RGB Variations

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

Color information

#8E3453 (or 0x8E3453) is known color: Rose Bud Cherry. HEX triplet: 8E, 34 and 53. RGB value is (142,52,83). Sum of RGB (Red+Green+Blue) = 142+52+83=277 (36% of max value = 765). Red value is 142 (55.86% from 255 or 51.26% from 277); Green value is 52 (20.70% from 255 or 18.77% from 277); Blue value is 83 (32.81% from 255 or 29.96% from 277); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3453 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E3453 is #71CBAC. Grayscale: #525252. Windows color (decimal): -7457709 or 5452942. OLE color: 5452942.

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

Color convert

RGB 142 52 83 -
CMYK 0 0.63 0.42 0.44
HSL 339.33º 0.46% 0.38% -
HSV(B) 339.33º 0.63% 0.56% -
XYZ 13.94 8.83 9.15 -
YUV 82.44 128.32 170.48 -
System Red Green Blue C M Y K H S L
Decimal 142 52 83 0 0.63 0.42 0.44 339.33 0.46 0.38
Hex 8E 34 53 0 3F 2A 2C 153 2E 26
Octal 216 64 123 0 77 52 54 523 56 46
Binary 10001110 110100 1010011 0 111111 101010 101100 101010011 101110 100110

Color Harmonies of #8E3453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E3453

Black with #8E3453

Text Example


Text Example

White with #8E3453

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,52,83); }

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

background-color css

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

 a { background-color: rgb(142,52,83); }

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

border-color css

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

 span { border-color: rgb(142,52,83); }

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