Html Css Color HEX #8B305C Rose Bud Cherry

📋 copy color: '#8B305C'

red 139 ◦ green 48 ◦ blue 92

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

Shades of Rose Bud Cherry #8B305C

Tints of Rose Bud Cherry #8B305C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.2%

 BLUE value IS 92 (36.33% from 255) = 32.97%

R = 49.82%
G = 17.2%
B = 32.97%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.34

 K value IS 0.45

RGB Variations

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

Color information

#8B305C (or 0x8B305C) is known color: Rose Bud Cherry. HEX triplet: 8B, 30 and 5C. RGB value is (139,48,92). Sum of RGB (Red+Green+Blue) = 139+48+92=279 (36% of max value = 765). Red value is 139 (54.69% from 255 or 49.82% from 279); Green value is 48 (19.14% from 255 or 17.20% from 279); Blue value is 92 (36.33% from 255 or 32.97% from 279); Max value from RGB is 139 - color contains mainly: red. Hex color #8B305C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B305C is #74CFA3. Grayscale: #505050. Windows color (decimal): -7655332 or 6041739. OLE color: 6041739.

HSL color Cylindrical-coordinate representation of color #8B305C: hue angle of 330.99º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8B305C is Cyan = 0, Magento = 0.65, Yellow = 0.34 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 48 92 -
CMYK 0 0.65 0.34 0.45
HSL 330.99º 0.49% 0.37% -
HSV(B) 330.99º 0.65% 0.55% -
XYZ 13.64 8.38 11.02 -
YUV 80.23 134.65 169.92 -
System Red Green Blue C M Y K H S L
Decimal 139 48 92 0 0.65 0.34 0.45 330.99 0.49 0.37
Hex 8B 30 5C 0 41 22 2D 14B 31 25
Octal 213 60 134 0 101 42 55 513 61 45
Binary 10001011 110000 1011100 0 1000001 100010 101101 101001011 110001 100101

Color Harmonies of #8B305C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B305C

Black with #8B305C

Text Example


Text Example

White with #8B305C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,48,92); }

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

background-color css

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

 a { background-color: rgb(139,48,92); }

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

border-color css

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

 span { border-color: rgb(139,48,92); }

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