Html Css Color HEX #8B375F Rose Bud Cherry

📋 copy color: '#8B375F'

red 139 ◦ green 55 ◦ blue 95

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

Shades of Rose Bud Cherry #8B375F

Tints of Rose Bud Cherry #8B375F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 19.03%

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

R = 48.1%
G = 19.03%
B = 32.87%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.32

 K value IS 0.45

RGB Variations

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

Color information

#8B375F (or 0x8B375F) is known color: Rose Bud Cherry. HEX triplet: 8B, 37 and 5F. RGB value is (139,55,95). Sum of RGB (Red+Green+Blue) = 139+55+95=289 (38% of max value = 765). Red value is 139 (54.69% from 255 or 48.10% from 289); Green value is 55 (21.88% from 255 or 19.03% from 289); Blue value is 95 (37.5% from 255 or 32.87% from 289); Max value from RGB is 139 - color contains mainly: red. Hex color #8B375F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B375F is #74C8A0. Grayscale: #545454. Windows color (decimal): -7653537 or 6240139. OLE color: 6240139.

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

Color convert

RGB 139 55 95 -
CMYK 0 0.60 0.32 0.45
HSL 331.43º 0.43% 0.38% -
HSV(B) 331.43º 0.6% 0.55% -
XYZ 14.08 9.05 11.83 -
YUV 84.68 133.83 166.75 -
System Red Green Blue C M Y K H S L
Decimal 139 55 95 0 0.60 0.32 0.45 331.43 0.43 0.38
Hex 8B 37 5F 0 3C 20 2D 14B 2B 26
Octal 213 67 137 0 74 40 55 513 53 46
Binary 10001011 110111 1011111 0 111100 100000 101101 101001011 101011 100110

Color Harmonies of #8B375F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B375F

Black with #8B375F

Text Example


Text Example

White with #8B375F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,55,95); }

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

background-color css

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

 a { background-color: rgb(139,55,95); }

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

border-color css

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

 span { border-color: rgb(139,55,95); }

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