Html Css Color HEX #8C365A Rose Bud Cherry

📋 copy color: '#8C365A'

red 140 ◦ green 54 ◦ blue 90

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

Shades of Rose Bud Cherry #8C365A

Tints of Rose Bud Cherry #8C365A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 19.01%

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

R = 49.3%
G = 19.01%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.36

 K value IS 0.45

RGB Variations

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

Color information

#8C365A (or 0x8C365A) is known color: Rose Bud Cherry. HEX triplet: 8C, 36 and 5A. RGB value is (140,54,90). Sum of RGB (Red+Green+Blue) = 140+54+90=284 (37% of max value = 765). Red value is 140 (55.08% from 255 or 49.30% from 284); Green value is 54 (21.48% from 255 or 19.01% from 284); Blue value is 90 (35.55% from 255 or 31.69% from 284); Max value from RGB is 140 - color contains mainly: red. Hex color #8C365A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C365A is #73C9A5. Grayscale: #535353. Windows color (decimal): -7588262 or 5912204. OLE color: 5912204.

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

Color convert

RGB 140 54 90 -
CMYK 0 0.61 0.36 0.45
HSL 334.88º 0.44% 0.38% -
HSV(B) 334.88º 0.61% 0.55% -
XYZ 13.98 8.95 10.66 -
YUV 83.82 131.49 168.07 -
System Red Green Blue C M Y K H S L
Decimal 140 54 90 0 0.61 0.36 0.45 334.88 0.44 0.38
Hex 8C 36 5A 0 3D 24 2D 14F 2C 26
Octal 214 66 132 0 75 44 55 517 54 46
Binary 10001100 110110 1011010 0 111101 100100 101101 101001111 101100 100110

Color Harmonies of #8C365A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C365A

Black with #8C365A

Text Example


Text Example

White with #8C365A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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