Html Css Color HEX #8B345A Rose Bud Cherry

📋 copy color: '#8B345A'

red 139 ◦ green 52 ◦ blue 90

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

Shades of Rose Bud Cherry #8B345A

Tints of Rose Bud Cherry #8B345A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 32.03%

R = 49.47%
G = 18.51%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.35

 K value IS 0.45

RGB Variations

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

Color information

#8B345A (or 0x8B345A) is known color: Rose Bud Cherry. HEX triplet: 8B, 34 and 5A. RGB value is (139,52,90). Sum of RGB (Red+Green+Blue) = 139+52+90=281 (37% of max value = 765). Red value is 139 (54.69% from 255 or 49.47% from 281); Green value is 52 (20.70% from 255 or 18.51% from 281); Blue value is 90 (35.55% from 255 or 32.03% from 281); Max value from RGB is 139 - color contains mainly: red. Hex color #8B345A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B345A is #74CBA5. Grayscale: #525252. Windows color (decimal): -7654310 or 5911691. OLE color: 5911691.

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

Color convert

RGB 139 52 90 -
CMYK 0 0.63 0.35 0.45
HSL 333.79º 0.46% 0.37% -
HSV(B) 333.79º 0.63% 0.55% -
XYZ 13.72 8.68 10.63 -
YUV 82.35 132.32 168.41 -
System Red Green Blue C M Y K H S L
Decimal 139 52 90 0 0.63 0.35 0.45 333.79 0.46 0.37
Hex 8B 34 5A 0 3F 23 2D 14E 2E 25
Octal 213 64 132 0 77 43 55 516 56 45
Binary 10001011 110100 1011010 0 111111 100011 101101 101001110 101110 100101

Color Harmonies of #8B345A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B345A

Black with #8B345A

Text Example


Text Example

White with #8B345A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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