Html Css Color HEX #8C2058 Rose Bud Cherry

📋 copy color: '#8C2058'

red 140 ◦ green 32 ◦ blue 88

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

Shades of Rose Bud Cherry #8C2058

Tints of Rose Bud Cherry #8C2058

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.31%

 BLUE value IS 88 (34.77% from 255) = 33.85%

R = 53.85%
G = 12.31%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.37

 K value IS 0.45

RGB Variations

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

Color information

#8C2058 (or 0x8C2058) is known color: Rose Bud Cherry. HEX triplet: 8C, 20 and 58. RGB value is (140,32,88). Sum of RGB (Red+Green+Blue) = 140+32+88=260 (34% of max value = 765). Red value is 140 (55.08% from 255 or 53.85% from 260); Green value is 32 (12.89% from 255 or 12.31% from 260); Blue value is 88 (34.77% from 255 or 33.85% from 260); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2058 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C2058 is #73DFA7. Grayscale: #464646. Windows color (decimal): -7593896 or 5775500. OLE color: 5775500.

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

Color convert

RGB 140 32 88 -
CMYK 0 0.77 0.37 0.45
HSL 328.89º 0.63% 0.34% -
HSV(B) 328.89º 0.77% 0.55% -
XYZ 13.09 7.31 9.95 -
YUV 70.68 137.78 177.45 -
System Red Green Blue C M Y K H S L
Decimal 140 32 88 0 0.77 0.37 0.45 328.89 0.63 0.34
Hex 8C 20 58 0 4D 25 2D 149 3F 22
Octal 214 40 130 0 115 45 55 511 77 42
Binary 10001100 100000 1011000 0 1001101 100101 101101 101001001 111111 100010

Color Harmonies of #8C2058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C2058

Black with #8C2058

Text Example


Text Example

White with #8C2058

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,32,88); }

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

background-color css

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

 a { background-color: rgb(140,32,88); }

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

border-color css

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

 span { border-color: rgb(140,32,88); }

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