Html Css Color HEX #8B3761 Rose Bud Cherry

📋 copy color: '#8B3761'

red 139 ◦ green 55 ◦ blue 97

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

Shades of Rose Bud Cherry #8B3761

Tints of Rose Bud Cherry #8B3761

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 33.33%

R = 47.77%
G = 18.9%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.30

 K value IS 0.45

RGB Variations

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

Color information

#8B3761 (or 0x8B3761) is known color: Rose Bud Cherry. HEX triplet: 8B, 37 and 61. RGB value is (139,55,97). Sum of RGB (Red+Green+Blue) = 139+55+97=291 (38% of max value = 765). Red value is 139 (54.69% from 255 or 47.77% from 291); Green value is 55 (21.88% from 255 or 18.90% from 291); Blue value is 97 (38.28% from 255 or 33.33% from 291); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3761 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B3761 is #74C89E. Grayscale: #545454. Windows color (decimal): -7653535 or 6371211. OLE color: 6371211.

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

Color convert

RGB 139 55 97 -
CMYK 0 0.60 0.30 0.45
HSL 330º 0.43% 0.38% -
HSV(B) 330º 0.6% 0.55% -
XYZ 14.17 9.08 12.32 -
YUV 84.9 134.83 166.58 -
System Red Green Blue C M Y K H S L
Decimal 139 55 97 0 0.60 0.30 0.45 330 0.43 0.38
Hex 8B 37 61 0 3C 1E 2D 14A 2B 26
Octal 213 67 141 0 74 36 55 512 53 46
Binary 10001011 110111 1100001 0 111100 11110 101101 101001010 101011 100110

Color Harmonies of #8B3761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B3761

Black with #8B3761

Text Example


Text Example

White with #8B3761

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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