Html Css Color HEX #8B2464 Rose Bud Cherry

📋 copy color: '#8B2464'

red 139 ◦ green 36 ◦ blue 100

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

Shades of Rose Bud Cherry #8B2464

Tints of Rose Bud Cherry #8B2464

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 36.36%

R = 50.55%
G = 13.09%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.28

 K value IS 0.45

RGB Variations

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

Color information

#8B2464 (or 0x8B2464) is known color: Rose Bud Cherry. HEX triplet: 8B, 24 and 64. RGB value is (139,36,100). Sum of RGB (Red+Green+Blue) = 139+36+100=275 (36% of max value = 765). Red value is 139 (54.69% from 255 or 50.55% from 275); Green value is 36 (14.45% from 255 or 13.09% from 275); Blue value is 100 (39.45% from 255 or 36.36% from 275); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2464 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B2464 is #74DB9B. Grayscale: #494949. Windows color (decimal): -7658396 or 6562955. OLE color: 6562955.

HSL color Cylindrical-coordinate representation of color #8B2464: hue angle of 322.72º 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 #8B2464 is Cyan = 0, Magento = 0.74, Yellow = 0.28 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 36 100 -
CMYK 0 0.74 0.28 0.45
HSL 322.72º 0.59% 0.34% -
HSV(B) 322.72º 0.74% 0.55% -
XYZ 13.58 7.67 12.82 -
YUV 74.09 142.62 174.3 -
System Red Green Blue C M Y K H S L
Decimal 139 36 100 0 0.74 0.28 0.45 322.72 0.59 0.34
Hex 8B 24 64 0 4A 1C 2D 143 3B 22
Octal 213 44 144 0 112 34 55 503 73 42
Binary 10001011 100100 1100100 0 1001010 11100 101101 101000011 111011 100010

Color Harmonies of #8B2464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B2464

Black with #8B2464

Text Example


Text Example

White with #8B2464

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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