Html Css Color HEX #8B195D Rose Bud Cherry

📋 copy color: '#8B195D'

red 139 ◦ green 25 ◦ blue 93

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

Shades of Rose Bud Cherry #8B195D

Tints of Rose Bud Cherry #8B195D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.73%

 BLUE value IS 93 (36.72% from 255) = 36.19%

R = 54.09%
G = 9.73%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.33

 K value IS 0.45

RGB Variations

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

Color information

#8B195D (or 0x8B195D) is known color: Rose Bud Cherry. HEX triplet: 8B, 19 and 5D. RGB value is (139,25,93). Sum of RGB (Red+Green+Blue) = 139+25+93=257 (34% of max value = 765). Red value is 139 (54.69% from 255 or 54.09% from 257); Green value is 25 (10.16% from 255 or 9.73% from 257); Blue value is 93 (36.72% from 255 or 36.19% from 257); Max value from RGB is 139 - color contains mainly: red. Hex color #8B195D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B195D is #74E6A2. Grayscale: #424242. Windows color (decimal): -7661219 or 6101387. OLE color: 6101387.

HSL color Cylindrical-coordinate representation of color #8B195D: hue angle of 324.21º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8B195D is Cyan = 0, Magento = 0.82, Yellow = 0.33 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 25 93 -
CMYK 0 0.82 0.33 0.45
HSL 324.21º 0.7% 0.32% -
HSV(B) 324.21º 0.82% 0.55% -
XYZ 12.97 6.97 11.02 -
YUV 66.84 142.77 179.47 -
System Red Green Blue C M Y K H S L
Decimal 139 25 93 0 0.82 0.33 0.45 324.21 0.7 0.32
Hex 8B 19 5D 0 52 21 2D 144 46 20
Octal 213 31 135 0 122 41 55 504 106 40
Binary 10001011 11001 1011101 0 1010010 100001 101101 101000100 1000110 100000

Color Harmonies of #8B195D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B195D

Black with #8B195D

Text Example


Text Example

White with #8B195D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,25,93); }

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

background-color css

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

 a { background-color: rgb(139,25,93); }

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

border-color css

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

 span { border-color: rgb(139,25,93); }

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