Html Css Color HEX #8A2353 Rose Bud Cherry

📋 copy color: '#8A2353'

red 138 ◦ green 35 ◦ blue 83

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

Shades of Rose Bud Cherry #8A2353

Tints of Rose Bud Cherry #8A2353

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.67%

 BLUE value IS 83 (32.81% from 255) = 32.42%

R = 53.91%
G = 13.67%
B = 32.42%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.40

 K value IS 0.46

RGB Variations

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

Color information

#8A2353 (or 0x8A2353) is known color: Rose Bud Cherry. HEX triplet: 8A, 23 and 53. RGB value is (138,35,83). Sum of RGB (Red+Green+Blue) = 138+35+83=256 (33% of max value = 765). Red value is 138 (54.30% from 255 or 53.91% from 256); Green value is 35 (14.06% from 255 or 13.67% from 256); Blue value is 83 (32.81% from 255 or 32.42% from 256); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2353 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A2353 is #75DCAC. Grayscale: #474747. Windows color (decimal): -7724205 or 5448586. OLE color: 5448586.

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

Color convert

RGB 138 35 83 -
CMYK 0 0.75 0.40 0.46
HSL 332.04º 0.6% 0.34% -
HSV(B) 332.04º 0.75% 0.54% -
XYZ 12.64 7.23 8.91 -
YUV 71.27 134.62 175.6 -
System Red Green Blue C M Y K H S L
Decimal 138 35 83 0 0.75 0.40 0.46 332.04 0.6 0.34
Hex 8A 23 53 0 4B 28 2E 14C 3C 22
Octal 212 43 123 0 113 50 56 514 74 42
Binary 10001010 100011 1010011 0 1001011 101000 101110 101001100 111100 100010

Color Harmonies of #8A2353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A2353

Black with #8A2353

Text Example


Text Example

White with #8A2353

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,35,83); }

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

background-color css

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

 a { background-color: rgb(138,35,83); }

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

border-color css

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

 span { border-color: rgb(138,35,83); }

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