Html Css Color HEX #8B3668 Rose Bud Cherry

📋 copy color: '#8B3668'

red 139 ◦ green 54 ◦ blue 104

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

Shades of Rose Bud Cherry #8B3668

Tints of Rose Bud Cherry #8B3668

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.18%

 BLUE value IS 104 (41.02% from 255) = 35.02%

R = 46.8%
G = 18.18%
B = 35.02%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.25

 K value IS 0.45

RGB Variations

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

Color information

#8B3668 (or 0x8B3668) is known color: Rose Bud Cherry. HEX triplet: 8B, 36 and 68. RGB value is (139,54,104). Sum of RGB (Red+Green+Blue) = 139+54+104=297 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.80% from 297); Green value is 54 (21.48% from 255 or 18.18% from 297); Blue value is 104 (41.02% from 255 or 35.02% from 297); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3668 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B3668 is #74C997. Grayscale: #555555. Windows color (decimal): -7653784 or 6829707. OLE color: 6829707.

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

Color convert

RGB 139 54 104 -
CMYK 0 0.61 0.25 0.45
HSL 324.71º 0.44% 0.38% -
HSV(B) 324.71º 0.61% 0.55% -
XYZ 14.47 9.13 14.1 -
YUV 85.12 138.66 166.43 -
System Red Green Blue C M Y K H S L
Decimal 139 54 104 0 0.61 0.25 0.45 324.71 0.44 0.38
Hex 8B 36 68 0 3D 19 2D 145 2C 26
Octal 213 66 150 0 75 31 55 505 54 46
Binary 10001011 110110 1101000 0 111101 11001 101101 101000101 101100 100110

Color Harmonies of #8B3668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B3668

Black with #8B3668

Text Example


Text Example

White with #8B3668

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,54,104); }

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

background-color css

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

 a { background-color: rgb(139,54,104); }

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

border-color css

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

 span { border-color: rgb(139,54,104); }

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