Html Css Color HEX #8A345C Rose Bud Cherry

📋 copy color: '#8A345C'

red 138 ◦ green 52 ◦ blue 92

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

Shades of Rose Bud Cherry #8A345C

Tints of Rose Bud Cherry #8A345C

RGB

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

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

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

R = 48.94%
G = 18.44%
B = 32.62%

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

#8A345C (or 0x8A345C) is known color: Rose Bud Cherry. HEX triplet: 8A, 34 and 5C. RGB value is (138,52,92). Sum of RGB (Red+Green+Blue) = 138+52+92=282 (37% of max value = 765). Red value is 138 (54.30% from 255 or 48.94% from 282); Green value is 52 (20.70% from 255 or 18.44% from 282); Blue value is 92 (36.33% from 255 or 32.62% from 282); Max value from RGB is 138 - color contains mainly: red. Hex color #8A345C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A345C is #75CBA3. Grayscale: #525252. Windows color (decimal): -7719844 or 6042762. OLE color: 6042762.

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

Color convert

RGB 138 52 92 -
CMYK 0 0.62 0.33 0.46
HSL 332.09º 0.45% 0.37% -
HSV(B) 332.09º 0.62% 0.54% -
XYZ 13.64 8.63 11.07 -
YUV 82.27 133.49 167.75 -
System Red Green Blue C M Y K H S L
Decimal 138 52 92 0 0.62 0.33 0.46 332.09 0.45 0.37
Hex 8A 34 5C 0 3E 21 2E 14C 2D 25
Octal 212 64 134 0 76 41 56 514 55 45
Binary 10001010 110100 1011100 0 111110 100001 101110 101001100 101101 100101

Color Harmonies of #8A345C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A345C

Black with #8A345C

Text Example


Text Example

White with #8A345C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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