Html Css Color HEX #8B134C Rose Bud Cherry

📋 copy color: '#8B134C'

red 139 ◦ green 19 ◦ blue 76

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

Shades of Rose Bud Cherry #8B134C

Tints of Rose Bud Cherry #8B134C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 32.48%

R = 59.4%
G = 8.12%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.45

 K value IS 0.45

RGB Variations

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

Color information

#8B134C (or 0x8B134C) is known color: Rose Bud Cherry. HEX triplet: 8B, 13 and 4C. RGB value is (139,19,76). Sum of RGB (Red+Green+Blue) = 139+19+76=234 (30% of max value = 765). Red value is 139 (54.69% from 255 or 59.40% from 234); Green value is 19 (7.81% from 255 or 8.12% from 234); Blue value is 76 (30.08% from 255 or 32.48% from 234); Max value from RGB is 139 - color contains mainly: red. Hex color #8B134C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B134C is #74ECB3. Grayscale: #3D3D3D. Windows color (decimal): -7662772 or 4985739. OLE color: 4985739.

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

Color convert

RGB 139 19 76 -
CMYK 0 0.86 0.45 0.45
HSL 331.5º 0.76% 0.31% -
HSV(B) 331.5º 0.86% 0.55% -
XYZ 12.18 6.48 7.45 -
YUV 61.38 136.26 183.37 -
System Red Green Blue C M Y K H S L
Decimal 139 19 76 0 0.86 0.45 0.45 331.5 0.76 0.31
Hex 8B 13 4C 0 56 2D 2D 14C 4C 1F
Octal 213 23 114 0 126 55 55 514 114 37
Binary 10001011 10011 1001100 0 1010110 101101 101101 101001100 1001100 11111

Color Harmonies of #8B134C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B134C

Black with #8B134C

Text Example


Text Example

White with #8B134C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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