Html Css Color HEX #8B3353 Rose Bud Cherry

📋 copy color: '#8B3353'

red 139 ◦ green 51 ◦ blue 83

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

Shades of Rose Bud Cherry #8B3353

Tints of Rose Bud Cherry #8B3353

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.68%

 BLUE value IS 83 (32.81% from 255) = 30.4%

R = 50.92%
G = 18.68%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.40

 K value IS 0.45

RGB Variations

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

Color information

#8B3353 (or 0x8B3353) is known color: Rose Bud Cherry. HEX triplet: 8B, 33 and 53. RGB value is (139,51,83). Sum of RGB (Red+Green+Blue) = 139+51+83=273 (36% of max value = 765). Red value is 139 (54.69% from 255 or 50.92% from 273); Green value is 51 (20.31% from 255 or 18.68% from 273); Blue value is 83 (32.81% from 255 or 30.40% from 273); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3353 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B3353 is #74CCAC. Grayscale: #505050. Windows color (decimal): -7654573 or 5452683. OLE color: 5452683.

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

Color convert

RGB 139 51 83 -
CMYK 0 0.63 0.40 0.45
HSL 338.18º 0.46% 0.37% -
HSV(B) 338.18º 0.63% 0.55% -
XYZ 13.39 8.48 9.11 -
YUV 80.96 129.15 169.4 -
System Red Green Blue C M Y K H S L
Decimal 139 51 83 0 0.63 0.40 0.45 338.18 0.46 0.37
Hex 8B 33 53 0 3F 28 2D 152 2E 25
Octal 213 63 123 0 77 50 55 522 56 45
Binary 10001011 110011 1010011 0 111111 101000 101101 101010010 101110 100101

Color Harmonies of #8B3353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B3353

Black with #8B3353

Text Example


Text Example

White with #8B3353

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,51,83); }

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

background-color css

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

 a { background-color: rgb(139,51,83); }

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

border-color css

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

 span { border-color: rgb(139,51,83); }

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