Html Css Color HEX #8A3755 Rose Bud Cherry

📋 copy color: '#8A3755'

red 138 ◦ green 55 ◦ blue 85

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

Shades of Rose Bud Cherry #8A3755

Tints of Rose Bud Cherry #8A3755

RGB

 RED value IS 138 (54.3% from 255) = 49.64%

 GREEN value IS 55 (21.88% from 255) = 19.78%

 BLUE value IS 85 (33.59% from 255) = 30.58%

R = 49.64%
G = 19.78%
B = 30.58%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.38

 K value IS 0.46

RGB Variations

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

Color information

#8A3755 (or 0x8A3755) is known color: Rose Bud Cherry. HEX triplet: 8A, 37 and 55. RGB value is (138,55,85). Sum of RGB (Red+Green+Blue) = 138+55+85=278 (36% of max value = 765). Red value is 138 (54.30% from 255 or 49.64% from 278); Green value is 55 (21.88% from 255 or 19.78% from 278); Blue value is 85 (33.59% from 255 or 30.58% from 278); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3755 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A3755 is #75C8AA. Grayscale: #535353. Windows color (decimal): -7719083 or 5584778. OLE color: 5584778.

HSL color Cylindrical-coordinate representation of color #8A3755: hue angle of 338.31º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8A3755 is Cyan = 0, Magento = 0.60, Yellow = 0.38 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 55 85 -
CMYK 0 0.60 0.38 0.46
HSL 338.31º 0.43% 0.38% -
HSV(B) 338.31º 0.6% 0.54% -
XYZ 13.49 8.79 9.58 -
YUV 83.24 129 167.06 -
System Red Green Blue C M Y K H S L
Decimal 138 55 85 0 0.60 0.38 0.46 338.31 0.43 0.38
Hex 8A 37 55 0 3C 26 2E 152 2B 26
Octal 212 67 125 0 74 46 56 522 53 46
Binary 10001010 110111 1010101 0 111100 100110 101110 101010010 101011 100110

Color Harmonies of #8A3755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A3755

Black with #8A3755

Text Example


Text Example

White with #8A3755

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,55,85); }

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

background-color css

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

 a { background-color: rgb(138,55,85); }

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

border-color css

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

 span { border-color: rgb(138,55,85); }

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