Html Css Color HEX #8B3766 Rose Bud Cherry

📋 copy color: '#8B3766'

red 139 ◦ green 55 ◦ blue 102

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

Shades of Rose Bud Cherry #8B3766

Tints of Rose Bud Cherry #8B3766

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 34.46%

R = 46.96%
G = 18.58%
B = 34.46%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.27

 K value IS 0.45

RGB Variations

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

Color information

#8B3766 (or 0x8B3766) is known color: Rose Bud Cherry. HEX triplet: 8B, 37 and 66. RGB value is (139,55,102). Sum of RGB (Red+Green+Blue) = 139+55+102=296 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.96% from 296); Green value is 55 (21.88% from 255 or 18.58% from 296); Blue value is 102 (40.23% from 255 or 34.46% from 296); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3766 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B3766 is #74C899. Grayscale: #555555. Windows color (decimal): -7653530 or 6698891. OLE color: 6698891.

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

Color convert

RGB 139 55 102 -
CMYK 0 0.60 0.27 0.45
HSL 326.43º 0.43% 0.38% -
HSV(B) 326.43º 0.6% 0.55% -
XYZ 14.41 9.18 13.58 -
YUV 85.47 137.33 166.18 -
System Red Green Blue C M Y K H S L
Decimal 139 55 102 0 0.60 0.27 0.45 326.43 0.43 0.38
Hex 8B 37 66 0 3C 1B 2D 146 2B 26
Octal 213 67 146 0 74 33 55 506 53 46
Binary 10001011 110111 1100110 0 111100 11011 101101 101000110 101011 100110

Color Harmonies of #8B3766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B3766

Black with #8B3766

Text Example


Text Example

White with #8B3766

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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