Html Css Color HEX #8C235A Rose Bud Cherry

📋 copy color: '#8C235A'

red 140 ◦ green 35 ◦ blue 90

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

Shades of Rose Bud Cherry #8C235A

Tints of Rose Bud Cherry #8C235A

RGB

 RED value IS 140 (55.08% from 255) = 52.83%

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

 BLUE value IS 90 (35.55% from 255) = 33.96%

R = 52.83%
G = 13.21%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.36

 K value IS 0.45

RGB Variations

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

Color information

#8C235A (or 0x8C235A) is known color: Rose Bud Cherry. HEX triplet: 8C, 23 and 5A. RGB value is (140,35,90). Sum of RGB (Red+Green+Blue) = 140+35+90=265 (35% of max value = 765). Red value is 140 (55.08% from 255 or 52.83% from 265); Green value is 35 (14.06% from 255 or 13.21% from 265); Blue value is 90 (35.55% from 255 or 33.96% from 265); Max value from RGB is 140 - color contains mainly: red. Hex color #8C235A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C235A is #73DCA5. Grayscale: #484848. Windows color (decimal): -7593126 or 5907340. OLE color: 5907340.

HSL color Cylindrical-coordinate representation of color #8C235A: hue angle of 328.57º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8C235A is Cyan = 0, Magento = 0.75, Yellow = 0.36 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 35 90 -
CMYK 0 0.75 0.36 0.45
HSL 328.57º 0.6% 0.34% -
HSV(B) 328.57º 0.75% 0.55% -
XYZ 13.26 7.52 10.42 -
YUV 72.67 137.79 176.03 -
System Red Green Blue C M Y K H S L
Decimal 140 35 90 0 0.75 0.36 0.45 328.57 0.6 0.34
Hex 8C 23 5A 0 4B 24 2D 149 3C 22
Octal 214 43 132 0 113 44 55 511 74 42
Binary 10001100 100011 1011010 0 1001011 100100 101101 101001001 111100 100010

Color Harmonies of #8C235A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C235A

Black with #8C235A

Text Example


Text Example

White with #8C235A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,35,90); }

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

background-color css

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

 a { background-color: rgb(140,35,90); }

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

border-color css

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

 span { border-color: rgb(140,35,90); }

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