Html Css Color HEX #8B3463 Rose Bud Cherry

📋 copy color: '#8B3463'

red 139 ◦ green 52 ◦ blue 99

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

Shades of Rose Bud Cherry #8B3463

Tints of Rose Bud Cherry #8B3463

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.93%

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

R = 47.93%
G = 17.93%
B = 34.14%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.29

 K value IS 0.45

RGB Variations

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

Color information

#8B3463 (or 0x8B3463) is known color: Rose Bud Cherry. HEX triplet: 8B, 34 and 63. RGB value is (139,52,99). Sum of RGB (Red+Green+Blue) = 139+52+99=290 (38% of max value = 765). Red value is 139 (54.69% from 255 or 47.93% from 290); Green value is 52 (20.70% from 255 or 17.93% from 290); Blue value is 99 (39.06% from 255 or 34.14% from 290); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3463 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B3463 is #74CB9C. Grayscale: #535353. Windows color (decimal): -7654301 or 6501515. OLE color: 6501515.

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

Color convert

RGB 139 52 99 -
CMYK 0 0.63 0.29 0.45
HSL 327.59º 0.46% 0.37% -
HSV(B) 327.59º 0.63% 0.55% -
XYZ 14.13 8.85 12.77 -
YUV 83.37 136.82 167.68 -
System Red Green Blue C M Y K H S L
Decimal 139 52 99 0 0.63 0.29 0.45 327.59 0.46 0.37
Hex 8B 34 63 0 3F 1D 2D 148 2E 25
Octal 213 64 143 0 77 35 55 510 56 45
Binary 10001011 110100 1100011 0 111111 11101 101101 101001000 101110 100101

Color Harmonies of #8B3463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B3463

Black with #8B3463

Text Example


Text Example

White with #8B3463

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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