Html Css Color HEX #8B1452 Rose Bud Cherry

📋 copy color: '#8B1452'

red 139 ◦ green 20 ◦ blue 82

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

Shades of Rose Bud Cherry #8B1452

Tints of Rose Bud Cherry #8B1452

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.3%

 BLUE value IS 82 (32.42% from 255) = 34.02%

R = 57.68%
G = 8.3%
B = 34.02%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.41

 K value IS 0.45

RGB Variations

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

Color information

#8B1452 (or 0x8B1452) is known color: Rose Bud Cherry. HEX triplet: 8B, 14 and 52. RGB value is (139,20,82). Sum of RGB (Red+Green+Blue) = 139+20+82=241 (31% of max value = 765). Red value is 139 (54.69% from 255 or 57.68% from 241); Green value is 20 (8.20% from 255 or 8.30% from 241); Blue value is 82 (32.42% from 255 or 34.02% from 241); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1452 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B1452 is #74EBAD. Grayscale: #3E3E3E. Windows color (decimal): -7662510 or 5379211. OLE color: 5379211.

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

Color convert

RGB 139 20 82 -
CMYK 0 0.86 0.41 0.45
HSL 328.74º 0.75% 0.31% -
HSV(B) 328.74º 0.86% 0.55% -
XYZ 12.42 6.6 8.6 -
YUV 62.65 138.92 182.46 -
System Red Green Blue C M Y K H S L
Decimal 139 20 82 0 0.86 0.41 0.45 328.74 0.75 0.31
Hex 8B 14 52 0 56 29 2D 149 4B 1F
Octal 213 24 122 0 126 51 55 511 113 37
Binary 10001011 10100 1010010 0 1010110 101001 101101 101001001 1001011 11111

Color Harmonies of #8B1452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B1452

Black with #8B1452

Text Example


Text Example

White with #8B1452

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,20,82); }

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

background-color css

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

 a { background-color: rgb(139,20,82); }

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

border-color css

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

 span { border-color: rgb(139,20,82); }

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