Html Css Color HEX #8B395E Rose Bud Cherry

📋 copy color: '#8B395E'

red 139 ◦ green 57 ◦ blue 94

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

Shades of Rose Bud Cherry #8B395E

Tints of Rose Bud Cherry #8B395E

RGB

 RED value IS 139 (54.69% from 255) = 47.93%

 GREEN value IS 57 (22.66% from 255) = 19.66%

 BLUE value IS 94 (37.11% from 255) = 32.41%

R = 47.93%
G = 19.66%
B = 32.41%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.32

 K value IS 0.45

RGB Variations

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

Color information

#8B395E (or 0x8B395E) is known color: Rose Bud Cherry. HEX triplet: 8B, 39 and 5E. RGB value is (139,57,94). Sum of RGB (Red+Green+Blue) = 139+57+94=290 (38% of max value = 765). Red value is 139 (54.69% from 255 or 47.93% from 290); Green value is 57 (22.66% from 255 or 19.66% from 290); Blue value is 94 (37.11% from 255 or 32.41% from 290); Max value from RGB is 139 - color contains mainly: red. Hex color #8B395E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B395E is #74C6A1. Grayscale: #555555. Windows color (decimal): -7653026 or 6175115. OLE color: 6175115.

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

Color convert

RGB 139 57 94 -
CMYK 0 0.59 0.32 0.45
HSL 332.93º 0.42% 0.38% -
HSV(B) 332.93º 0.59% 0.55% -
XYZ 14.13 9.22 11.63 -
YUV 85.74 132.67 165.99 -
System Red Green Blue C M Y K H S L
Decimal 139 57 94 0 0.59 0.32 0.45 332.93 0.42 0.38
Hex 8B 39 5E 0 3B 20 2D 14D 2A 26
Octal 213 71 136 0 73 40 55 515 52 46
Binary 10001011 111001 1011110 0 111011 100000 101101 101001101 101010 100110

Color Harmonies of #8B395E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B395E

Black with #8B395E

Text Example


Text Example

White with #8B395E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,57,94); }

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

background-color css

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

 a { background-color: rgb(139,57,94); }

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

border-color css

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

 span { border-color: rgb(139,57,94); }

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