Html Css Color HEX #8B134F Rose Bud Cherry

📋 copy color: '#8B134F'

red 139 ◦ green 19 ◦ blue 79

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

Shades of Rose Bud Cherry #8B134F

Tints of Rose Bud Cherry #8B134F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.02%

 BLUE value IS 79 (31.25% from 255) = 33.33%

R = 58.65%
G = 8.02%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.43

 K value IS 0.45

RGB Variations

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

Color information

#8B134F (or 0x8B134F) is known color: Rose Bud Cherry. HEX triplet: 8B, 13 and 4F. RGB value is (139,19,79). Sum of RGB (Red+Green+Blue) = 139+19+79=237 (31% of max value = 765). Red value is 139 (54.69% from 255 or 58.65% from 237); Green value is 19 (7.81% from 255 or 8.02% from 237); Blue value is 79 (31.25% from 255 or 33.33% from 237); Max value from RGB is 139 - color contains mainly: red. Hex color #8B134F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B134F is #74ECB0. Grayscale: #3D3D3D. Windows color (decimal): -7662769 or 5182347. OLE color: 5182347.

HSL color Cylindrical-coordinate representation of color #8B134F: hue angle of 330º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8B134F is Cyan = 0, Magento = 0.86, Yellow = 0.43 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 19 79 -
CMYK 0 0.86 0.43 0.45
HSL 330º 0.76% 0.31% -
HSV(B) 330º 0.86% 0.55% -
XYZ 12.29 6.52 8.01 -
YUV 61.72 137.76 183.12 -
System Red Green Blue C M Y K H S L
Decimal 139 19 79 0 0.86 0.43 0.45 330 0.76 0.31
Hex 8B 13 4F 0 56 2B 2D 14A 4C 1F
Octal 213 23 117 0 126 53 55 512 114 37
Binary 10001011 10011 1001111 0 1010110 101011 101101 101001010 1001100 11111

Color Harmonies of #8B134F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B134F

Black with #8B134F

Text Example


Text Example

White with #8B134F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,19,79); }

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

background-color css

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

 a { background-color: rgb(139,19,79); }

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

border-color css

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

 span { border-color: rgb(139,19,79); }

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