Html Css Color HEX #8B2463 Rose Bud Cherry

📋 copy color: '#8B2463'

red 139 ◦ green 36 ◦ blue 99

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

Shades of Rose Bud Cherry #8B2463

Tints of Rose Bud Cherry #8B2463

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.14%

 BLUE value IS 99 (39.06% from 255) = 36.13%

R = 50.73%
G = 13.14%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.29

 K value IS 0.45

RGB Variations

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

Color information

#8B2463 (or 0x8B2463) is known color: Rose Bud Cherry. HEX triplet: 8B, 24 and 63. RGB value is (139,36,99). Sum of RGB (Red+Green+Blue) = 139+36+99=274 (36% of max value = 765). Red value is 139 (54.69% from 255 or 50.73% from 274); Green value is 36 (14.45% from 255 or 13.14% from 274); Blue value is 99 (39.06% from 255 or 36.13% from 274); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2463 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B2463 is #74DB9C. Grayscale: #494949. Windows color (decimal): -7658397 or 6497419. OLE color: 6497419.

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

Color convert

RGB 139 36 99 -
CMYK 0 0.74 0.29 0.45
HSL 323.3º 0.59% 0.34% -
HSV(B) 323.3º 0.74% 0.55% -
XYZ 13.53 7.65 12.57 -
YUV 73.98 142.12 174.38 -
System Red Green Blue C M Y K H S L
Decimal 139 36 99 0 0.74 0.29 0.45 323.3 0.59 0.34
Hex 8B 24 63 0 4A 1D 2D 143 3B 22
Octal 213 44 143 0 112 35 55 503 73 42
Binary 10001011 100100 1100011 0 1001010 11101 101101 101000011 111011 100010

Color Harmonies of #8B2463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B2463

Black with #8B2463

Text Example


Text Example

White with #8B2463

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,36,99); }

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

background-color css

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

 a { background-color: rgb(139,36,99); }

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

border-color css

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

 span { border-color: rgb(139,36,99); }

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