Html Css Color HEX #8E1B5C Rose Bud Cherry

📋 copy color: '#8E1B5C'

red 142 ◦ green 27 ◦ blue 92

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

Shades of Rose Bud Cherry #8E1B5C

Tints of Rose Bud Cherry #8E1B5C

RGB

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

 GREEN value IS 27 (10.94% from 255) = 10.34%

 BLUE value IS 92 (36.33% from 255) = 35.25%

R = 54.41%
G = 10.34%
B = 35.25%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.35

 K value IS 0.44

RGB Variations

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

Color information

#8E1B5C (or 0x8E1B5C) is known color: Rose Bud Cherry. HEX triplet: 8E, 1B and 5C. RGB value is (142,27,92). Sum of RGB (Red+Green+Blue) = 142+27+92=261 (34% of max value = 765). Red value is 142 (55.86% from 255 or 54.41% from 261); Green value is 27 (10.94% from 255 or 10.34% from 261); Blue value is 92 (36.33% from 255 or 35.25% from 261); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1B5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8E1B5C is #71E4A3. Grayscale: #444444. Windows color (decimal): -7464100 or 6036366. OLE color: 6036366.

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

Color convert

RGB 142 27 92 -
CMYK 0 0.81 0.35 0.44
HSL 326.09º 0.68% 0.33% -
HSV(B) 326.09º 0.81% 0.56% -
XYZ 13.48 7.31 10.83 -
YUV 68.8 141.1 180.21 -
System Red Green Blue C M Y K H S L
Decimal 142 27 92 0 0.81 0.35 0.44 326.09 0.68 0.33
Hex 8E 1B 5C 0 51 23 2C 146 44 21
Octal 216 33 134 0 121 43 54 506 104 41
Binary 10001110 11011 1011100 0 1010001 100011 101100 101000110 1000100 100001

Color Harmonies of #8E1B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E1B5C

Black with #8E1B5C

Text Example


Text Example

White with #8E1B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,27,92); }

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

background-color css

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

 a { background-color: rgb(142,27,92); }

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

border-color css

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

 span { border-color: rgb(142,27,92); }

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