Html Css Color HEX #8B2253 Rose Bud Cherry

📋 copy color: '#8B2253'

red 139 ◦ green 34 ◦ blue 83

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

Shades of Rose Bud Cherry #8B2253

Tints of Rose Bud Cherry #8B2253

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.28%

 BLUE value IS 83 (32.81% from 255) = 32.42%

R = 54.3%
G = 13.28%
B = 32.42%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.40

 K value IS 0.45

RGB Variations

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

Color information

#8B2253 (or 0x8B2253) is known color: Rose Bud Cherry. HEX triplet: 8B, 22 and 53. RGB value is (139,34,83). Sum of RGB (Red+Green+Blue) = 139+34+83=256 (33% of max value = 765). Red value is 139 (54.69% from 255 or 54.30% from 256); Green value is 34 (13.67% from 255 or 13.28% from 256); Blue value is 83 (32.81% from 255 or 32.42% from 256); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2253 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B2253 is #74DDAC. Grayscale: #464646. Windows color (decimal): -7658925 or 5448331. OLE color: 5448331.

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

Color convert

RGB 139 34 83 -
CMYK 0 0.76 0.40 0.45
HSL 332º 0.61% 0.34% -
HSV(B) 332º 0.76% 0.55% -
XYZ 12.78 7.26 8.91 -
YUV 70.98 134.79 176.52 -
System Red Green Blue C M Y K H S L
Decimal 139 34 83 0 0.76 0.40 0.45 332 0.61 0.34
Hex 8B 22 53 0 4C 28 2D 14C 3D 22
Octal 213 42 123 0 114 50 55 514 75 42
Binary 10001011 100010 1010011 0 1001100 101000 101101 101001100 111101 100010

Color Harmonies of #8B2253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B2253

Black with #8B2253

Text Example


Text Example

White with #8B2253

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,34,83); }

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

background-color css

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

 a { background-color: rgb(139,34,83); }

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

border-color css

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

 span { border-color: rgb(139,34,83); }

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