Html Css Color HEX #8A375D Rose Bud Cherry

📋 copy color: '#8A375D'

red 138 ◦ green 55 ◦ blue 93

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

Shades of Rose Bud Cherry #8A375D

Tints of Rose Bud Cherry #8A375D

RGB

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

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

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

R = 48.25%
G = 19.23%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.33

 K value IS 0.46

RGB Variations

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

Color information

#8A375D (or 0x8A375D) is known color: Rose Bud Cherry. HEX triplet: 8A, 37 and 5D. RGB value is (138,55,93). Sum of RGB (Red+Green+Blue) = 138+55+93=286 (37% of max value = 765). Red value is 138 (54.30% from 255 or 48.25% from 286); Green value is 55 (21.88% from 255 or 19.23% from 286); Blue value is 93 (36.72% from 255 or 32.52% from 286); Max value from RGB is 138 - color contains mainly: red. Hex color #8A375D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A375D is #75C8A2. Grayscale: #545454. Windows color (decimal): -7719075 or 6109066. OLE color: 6109066.

HSL color Cylindrical-coordinate representation of color #8A375D: hue angle of 332.53º 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 #8A375D is Cyan = 0, Magento = 0.60, Yellow = 0.33 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 55 93 -
CMYK 0 0.60 0.33 0.46
HSL 332.53º 0.43% 0.38% -
HSV(B) 332.53º 0.6% 0.54% -
XYZ 13.82 8.93 11.35 -
YUV 84.15 133 166.41 -
System Red Green Blue C M Y K H S L
Decimal 138 55 93 0 0.60 0.33 0.46 332.53 0.43 0.38
Hex 8A 37 5D 0 3C 21 2E 14D 2B 26
Octal 212 67 135 0 74 41 56 515 53 46
Binary 10001010 110111 1011101 0 111100 100001 101110 101001101 101011 100110

Color Harmonies of #8A375D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A375D

Black with #8A375D

Text Example


Text Example

White with #8A375D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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