Html Css Color HEX #8B2852 Rose Bud Cherry

📋 copy color: '#8B2852'

red 139 ◦ green 40 ◦ blue 82

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

Shades of Rose Bud Cherry #8B2852

Tints of Rose Bud Cherry #8B2852

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.33%

 BLUE value IS 82 (32.42% from 255) = 31.42%

R = 53.26%
G = 15.33%
B = 31.42%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.41

 K value IS 0.45

RGB Variations

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

Color information

#8B2852 (or 0x8B2852) is known color: Rose Bud Cherry. HEX triplet: 8B, 28 and 52. RGB value is (139,40,82). Sum of RGB (Red+Green+Blue) = 139+40+82=261 (34% of max value = 765). Red value is 139 (54.69% from 255 or 53.26% from 261); Green value is 40 (16.02% from 255 or 15.33% from 261); Blue value is 82 (32.42% from 255 or 31.42% from 261); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2852 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B2852 is #74D7AD. Grayscale: #4A4A4A. Windows color (decimal): -7657390 or 5384331. OLE color: 5384331.

HSL color Cylindrical-coordinate representation of color #8B2852: hue angle of 334.55º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8B2852 is Cyan = 0, Magento = 0.71, Yellow = 0.41 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 40 82 -
CMYK 0 0.71 0.41 0.45
HSL 334.55º 0.55% 0.35% -
HSV(B) 334.55º 0.71% 0.55% -
XYZ 12.93 7.62 8.77 -
YUV 74.39 132.3 174.08 -
System Red Green Blue C M Y K H S L
Decimal 139 40 82 0 0.71 0.41 0.45 334.55 0.55 0.35
Hex 8B 28 52 0 47 29 2D 14F 37 23
Octal 213 50 122 0 107 51 55 517 67 43
Binary 10001011 101000 1010010 0 1000111 101001 101101 101001111 110111 100011

Color Harmonies of #8B2852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B2852

Black with #8B2852

Text Example


Text Example

White with #8B2852

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,40,82); }

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

background-color css

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

 a { background-color: rgb(139,40,82); }

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

border-color css

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

 span { border-color: rgb(139,40,82); }

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