Html Css Color HEX #8A3253 Rose Bud Cherry

📋 copy color: '#8A3253'

red 138 ◦ green 50 ◦ blue 83

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

Shades of Rose Bud Cherry #8A3253

Tints of Rose Bud Cherry #8A3253

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.45%

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

R = 50.92%
G = 18.45%
B = 30.63%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.40

 K value IS 0.46

RGB Variations

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

Color information

#8A3253 (or 0x8A3253) is known color: Rose Bud Cherry. HEX triplet: 8A, 32 and 53. RGB value is (138,50,83). Sum of RGB (Red+Green+Blue) = 138+50+83=271 (35% of max value = 765). Red value is 138 (54.30% from 255 or 50.92% from 271); Green value is 50 (19.92% from 255 or 18.45% from 271); Blue value is 83 (32.81% from 255 or 30.63% from 271); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3253 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A3253 is #75CDAC. Grayscale: #505050. Windows color (decimal): -7720365 or 5452426. OLE color: 5452426.

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

Color convert

RGB 138 50 83 -
CMYK 0 0.64 0.40 0.46
HSL 337.5º 0.47% 0.37% -
HSV(B) 337.5º 0.64% 0.54% -
XYZ 13.18 8.31 9.09 -
YUV 80.07 129.65 169.32 -
System Red Green Blue C M Y K H S L
Decimal 138 50 83 0 0.64 0.40 0.46 337.5 0.47 0.37
Hex 8A 32 53 0 40 28 2E 152 2F 25
Octal 212 62 123 0 100 50 56 522 57 45
Binary 10001010 110010 1010011 0 1000000 101000 101110 101010010 101111 100101

Color Harmonies of #8A3253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A3253

Black with #8A3253

Text Example


Text Example

White with #8A3253

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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