Html Css Color HEX #8B2062 Rose Bud Cherry

📋 copy color: '#8B2062'

red 139 ◦ green 32 ◦ blue 98

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

Shades of Rose Bud Cherry #8B2062

Tints of Rose Bud Cherry #8B2062

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.9%

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

R = 51.67%
G = 11.9%
B = 36.43%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.29

 K value IS 0.45

RGB Variations

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

Color information

#8B2062 (or 0x8B2062) is known color: Rose Bud Cherry. HEX triplet: 8B, 20 and 62. RGB value is (139,32,98). Sum of RGB (Red+Green+Blue) = 139+32+98=269 (35% of max value = 765). Red value is 139 (54.69% from 255 or 51.67% from 269); Green value is 32 (12.89% from 255 or 11.90% from 269); Blue value is 98 (38.67% from 255 or 36.43% from 269); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2062 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B2062 is #74DF9D. Grayscale: #474747. Windows color (decimal): -7659422 or 6430859. OLE color: 6430859.

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

Color convert

RGB 139 32 98 -
CMYK 0 0.77 0.29 0.45
HSL 322.99º 0.63% 0.34% -
HSV(B) 322.99º 0.77% 0.55% -
XYZ 13.37 7.4 12.28 -
YUV 71.52 142.95 176.13 -
System Red Green Blue C M Y K H S L
Decimal 139 32 98 0 0.77 0.29 0.45 322.99 0.63 0.34
Hex 8B 20 62 0 4D 1D 2D 143 3F 22
Octal 213 40 142 0 115 35 55 503 77 42
Binary 10001011 100000 1100010 0 1001101 11101 101101 101000011 111111 100010

Color Harmonies of #8B2062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B2062

Black with #8B2062

Text Example


Text Example

White with #8B2062

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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