Html Css Color HEX #8B3D5C Rose Bud Cherry

📋 copy color: '#8B3D5C'

red 139 ◦ green 61 ◦ blue 92

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

Shades of Rose Bud Cherry #8B3D5C

Tints of Rose Bud Cherry #8B3D5C

RGB

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

 GREEN value IS 61 (24.22% from 255) = 20.89%

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

R = 47.6%
G = 20.89%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.34

 K value IS 0.45

RGB Variations

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

Color information

#8B3D5C (or 0x8B3D5C) is known color: Rose Bud Cherry. HEX triplet: 8B, 3D and 5C. RGB value is (139,61,92). Sum of RGB (Red+Green+Blue) = 139+61+92=292 (38% of max value = 765). Red value is 139 (54.69% from 255 or 47.60% from 292); Green value is 61 (24.22% from 255 or 20.89% from 292); Blue value is 92 (36.33% from 255 or 31.51% from 292); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3D5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B3D5C is #74C2A3. Grayscale: #575757. Windows color (decimal): -7652004 or 6045067. OLE color: 6045067.

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

Color convert

RGB 139 61 92 -
CMYK 0 0.56 0.34 0.45
HSL 336.15º 0.39% 0.39% -
HSV(B) 336.15º 0.56% 0.55% -
XYZ 14.25 9.6 11.23 -
YUV 87.86 130.34 164.48 -
System Red Green Blue C M Y K H S L
Decimal 139 61 92 0 0.56 0.34 0.45 336.15 0.39 0.39
Hex 8B 3D 5C 0 38 22 2D 150 27 27
Octal 213 75 134 0 70 42 55 520 47 47
Binary 10001011 111101 1011100 0 111000 100010 101101 101010000 100111 100111

Color Harmonies of #8B3D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B3D5C

Black with #8B3D5C

Text Example


Text Example

White with #8B3D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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