Html Css Color HEX #8B2E62 Rose Bud Cherry

📋 copy color: '#8B2E62'

red 139 ◦ green 46 ◦ blue 98

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

Shades of Rose Bud Cherry #8B2E62

Tints of Rose Bud Cherry #8B2E62

RGB

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

 GREEN value IS 46 (18.36% from 255) = 16.25%

 BLUE value IS 98 (38.67% from 255) = 34.63%

R = 49.12%
G = 16.25%
B = 34.63%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.29

 K value IS 0.45

RGB Variations

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

Color information

#8B2E62 (or 0x8B2E62) is known color: Rose Bud Cherry. HEX triplet: 8B, 2E and 62. RGB value is (139,46,98). Sum of RGB (Red+Green+Blue) = 139+46+98=283 (37% of max value = 765). Red value is 139 (54.69% from 255 or 49.12% from 283); Green value is 46 (18.36% from 255 or 16.25% from 283); Blue value is 98 (38.67% from 255 or 34.63% from 283); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2E62 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B2E62 is #74D19D. Grayscale: #4F4F4F. Windows color (decimal): -7655838 or 6434443. OLE color: 6434443.

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

Color convert

RGB 139 46 98 -
CMYK 0 0.67 0.29 0.45
HSL 326.45º 0.5% 0.36% -
HSV(B) 326.45º 0.67% 0.55% -
XYZ 13.83 8.32 12.43 -
YUV 79.74 138.31 170.27 -
System Red Green Blue C M Y K H S L
Decimal 139 46 98 0 0.67 0.29 0.45 326.45 0.5 0.36
Hex 8B 2E 62 0 43 1D 2D 146 32 24
Octal 213 56 142 0 103 35 55 506 62 44
Binary 10001011 101110 1100010 0 1000011 11101 101101 101000110 110010 100100

Color Harmonies of #8B2E62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B2E62

Black with #8B2E62

Text Example


Text Example

White with #8B2E62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,46,98); }

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

background-color css

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

 a { background-color: rgb(139,46,98); }

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

border-color css

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

 span { border-color: rgb(139,46,98); }

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