Html Css Color HEX #8B375B Rose Bud Cherry

📋 copy color: '#8B375B'

red 139 ◦ green 55 ◦ blue 91

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

Shades of Rose Bud Cherry #8B375B

Tints of Rose Bud Cherry #8B375B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 31.93%

R = 48.77%
G = 19.3%
B = 31.93%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.35

 K value IS 0.45

RGB Variations

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

Color information

#8B375B (or 0x8B375B) is known color: Rose Bud Cherry. HEX triplet: 8B, 37 and 5B. RGB value is (139,55,91). Sum of RGB (Red+Green+Blue) = 139+55+91=285 (37% of max value = 765). Red value is 139 (54.69% from 255 or 48.77% from 285); Green value is 55 (21.88% from 255 or 19.30% from 285); Blue value is 91 (35.94% from 255 or 31.93% from 285); Max value from RGB is 139 - color contains mainly: red. Hex color #8B375B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B375B is #74C8A4. Grayscale: #545454. Windows color (decimal): -7653541 or 5977995. OLE color: 5977995.

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

Color convert

RGB 139 55 91 -
CMYK 0 0.60 0.35 0.45
HSL 334.29º 0.43% 0.38% -
HSV(B) 334.29º 0.6% 0.55% -
XYZ 13.9 8.98 10.9 -
YUV 84.22 131.83 167.07 -
System Red Green Blue C M Y K H S L
Decimal 139 55 91 0 0.60 0.35 0.45 334.29 0.43 0.38
Hex 8B 37 5B 0 3C 23 2D 14E 2B 26
Octal 213 67 133 0 74 43 55 516 53 46
Binary 10001011 110111 1011011 0 111100 100011 101101 101001110 101011 100110

Color Harmonies of #8B375B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B375B

Black with #8B375B

Text Example


Text Example

White with #8B375B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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