Html Css Color HEX #8C235F Rose Bud Cherry

📋 copy color: '#8C235F'

red 140 ◦ green 35 ◦ blue 95

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

Shades of Rose Bud Cherry #8C235F

Tints of Rose Bud Cherry #8C235F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 35.19%

R = 51.85%
G = 12.96%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.32

 K value IS 0.45

RGB Variations

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

Color information

#8C235F (or 0x8C235F) is known color: Rose Bud Cherry. HEX triplet: 8C, 23 and 5F. RGB value is (140,35,95). Sum of RGB (Red+Green+Blue) = 140+35+95=270 (35% of max value = 765). Red value is 140 (55.08% from 255 or 51.85% from 270); Green value is 35 (14.06% from 255 or 12.96% from 270); Blue value is 95 (37.5% from 255 or 35.19% from 270); Max value from RGB is 140 - color contains mainly: red. Hex color #8C235F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C235F is #73DCA0. Grayscale: #494949. Windows color (decimal): -7593121 or 6235020. OLE color: 6235020.

HSL color Cylindrical-coordinate representation of color #8C235F: hue angle of 325.71º 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 #8C235F is Cyan = 0, Magento = 0.75, Yellow = 0.32 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 35 95 -
CMYK 0 0.75 0.32 0.45
HSL 325.71º 0.6% 0.34% -
HSV(B) 325.71º 0.75% 0.55% -
XYZ 13.48 7.6 11.58 -
YUV 73.24 140.29 175.62 -
System Red Green Blue C M Y K H S L
Decimal 140 35 95 0 0.75 0.32 0.45 325.71 0.6 0.34
Hex 8C 23 5F 0 4B 20 2D 146 3C 22
Octal 214 43 137 0 113 40 55 506 74 42
Binary 10001100 100011 1011111 0 1001011 100000 101101 101000110 111100 100010

Color Harmonies of #8C235F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C235F

Black with #8C235F

Text Example


Text Example

White with #8C235F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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