Html Css Color HEX #8A345D Rose Bud Cherry

📋 copy color: '#8A345D'

red 138 ◦ green 52 ◦ blue 93

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

Shades of Rose Bud Cherry #8A345D

Tints of Rose Bud Cherry #8A345D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.37%

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

R = 48.76%
G = 18.37%
B = 32.86%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.33

 K value IS 0.46

RGB Variations

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

Color information

#8A345D (or 0x8A345D) is known color: Rose Bud Cherry. HEX triplet: 8A, 34 and 5D. RGB value is (138,52,93). Sum of RGB (Red+Green+Blue) = 138+52+93=283 (37% of max value = 765). Red value is 138 (54.30% from 255 or 48.76% from 283); Green value is 52 (20.70% from 255 or 18.37% from 283); Blue value is 93 (36.72% from 255 or 32.86% from 283); Max value from RGB is 138 - color contains mainly: red. Hex color #8A345D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A345D is #75CBA2. Grayscale: #525252. Windows color (decimal): -7719843 or 6108298. OLE color: 6108298.

HSL color Cylindrical-coordinate representation of color #8A345D: hue angle of 331.4º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8A345D is Cyan = 0, Magento = 0.62, Yellow = 0.33 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 52 93 -
CMYK 0 0.62 0.33 0.46
HSL 331.4º 0.45% 0.37% -
HSV(B) 331.4º 0.62% 0.54% -
XYZ 13.69 8.65 11.3 -
YUV 82.39 133.99 167.67 -
System Red Green Blue C M Y K H S L
Decimal 138 52 93 0 0.62 0.33 0.46 331.4 0.45 0.37
Hex 8A 34 5D 0 3E 21 2E 14B 2D 25
Octal 212 64 135 0 76 41 56 513 55 45
Binary 10001010 110100 1011101 0 111110 100001 101110 101001011 101101 100101

Color Harmonies of #8A345D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A345D

Black with #8A345D

Text Example


Text Example

White with #8A345D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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