Html Css Color HEX #8B3261 Rose Bud Cherry

📋 copy color: '#8B3261'

red 139 ◦ green 50 ◦ blue 97

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

Shades of Rose Bud Cherry #8B3261

Tints of Rose Bud Cherry #8B3261

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.48%

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

R = 48.6%
G = 17.48%
B = 33.92%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.30

 K value IS 0.45

RGB Variations

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

Color information

#8B3261 (or 0x8B3261) is known color: Rose Bud Cherry. HEX triplet: 8B, 32 and 61. RGB value is (139,50,97). Sum of RGB (Red+Green+Blue) = 139+50+97=286 (37% of max value = 765). Red value is 139 (54.69% from 255 or 48.60% from 286); Green value is 50 (19.92% from 255 or 17.48% from 286); Blue value is 97 (38.28% from 255 or 33.92% from 286); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3261 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B3261 is #74CD9E. Grayscale: #515151. Windows color (decimal): -7654815 or 6369931. OLE color: 6369931.

HSL color Cylindrical-coordinate representation of color #8B3261: hue angle of 328.31º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8B3261 is Cyan = 0, Magento = 0.64, Yellow = 0.30 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 50 97 -
CMYK 0 0.64 0.30 0.45
HSL 328.31º 0.47% 0.37% -
HSV(B) 328.31º 0.64% 0.55% -
XYZ 13.95 8.63 12.24 -
YUV 81.97 136.49 168.68 -
System Red Green Blue C M Y K H S L
Decimal 139 50 97 0 0.64 0.30 0.45 328.31 0.47 0.37
Hex 8B 32 61 0 40 1E 2D 148 2F 25
Octal 213 62 141 0 100 36 55 510 57 45
Binary 10001011 110010 1100001 0 1000000 11110 101101 101001000 101111 100101

Color Harmonies of #8B3261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B3261

Black with #8B3261

Text Example


Text Example

White with #8B3261

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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