Html Css Color HEX #8B2F5E Rose Bud Cherry

📋 copy color: '#8B2F5E'

red 139 ◦ green 47 ◦ blue 94

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

Shades of Rose Bud Cherry #8B2F5E

Tints of Rose Bud Cherry #8B2F5E

RGB

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

 GREEN value IS 47 (18.75% from 255) = 16.79%

 BLUE value IS 94 (37.11% from 255) = 33.57%

R = 49.64%
G = 16.79%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.32

 K value IS 0.45

RGB Variations

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

Color information

#8B2F5E (or 0x8B2F5E) is known color: Rose Bud Cherry. HEX triplet: 8B, 2F and 5E. RGB value is (139,47,94). Sum of RGB (Red+Green+Blue) = 139+47+94=280 (37% of max value = 765). Red value is 139 (54.69% from 255 or 49.64% from 280); Green value is 47 (18.75% from 255 or 16.79% from 280); Blue value is 94 (37.11% from 255 or 33.57% from 280); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2F5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B2F5E is #74D0A1. Grayscale: #4F4F4F. Windows color (decimal): -7655586 or 6172555. OLE color: 6172555.

HSL color Cylindrical-coordinate representation of color #8B2F5E: hue angle of 329.35º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8B2F5E is Cyan = 0, Magento = 0.66, Yellow = 0.32 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 47 94 -
CMYK 0 0.66 0.32 0.45
HSL 329.35º 0.49% 0.36% -
HSV(B) 329.35º 0.66% 0.55% -
XYZ 13.68 8.33 11.48 -
YUV 79.87 135.98 170.18 -
System Red Green Blue C M Y K H S L
Decimal 139 47 94 0 0.66 0.32 0.45 329.35 0.49 0.36
Hex 8B 2F 5E 0 42 20 2D 149 31 24
Octal 213 57 136 0 102 40 55 511 61 44
Binary 10001011 101111 1011110 0 1000010 100000 101101 101001001 110001 100100

Color Harmonies of #8B2F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B2F5E

Black with #8B2F5E

Text Example


Text Example

White with #8B2F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,47,94); }

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

background-color css

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

 a { background-color: rgb(139,47,94); }

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

border-color css

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

 span { border-color: rgb(139,47,94); }

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