Html Css Color HEX #8A265D Rose Bud Cherry

📋 copy color: '#8A265D'

red 138 ◦ green 38 ◦ blue 93

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

Shades of Rose Bud Cherry #8A265D

Tints of Rose Bud Cherry #8A265D

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.13%

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

R = 51.3%
G = 14.13%
B = 34.57%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.33

 K value IS 0.46

RGB Variations

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

Color information

#8A265D (or 0x8A265D) is known color: Rose Bud Cherry. HEX triplet: 8A, 26 and 5D. RGB value is (138,38,93). Sum of RGB (Red+Green+Blue) = 138+38+93=269 (35% of max value = 765). Red value is 138 (54.30% from 255 or 51.30% from 269); Green value is 38 (15.23% from 255 or 14.13% from 269); Blue value is 93 (36.72% from 255 or 34.57% from 269); Max value from RGB is 138 - color contains mainly: red. Hex color #8A265D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A265D is #75D9A2. Grayscale: #4A4A4A. Windows color (decimal): -7723427 or 6104714. OLE color: 6104714.

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

Color convert

RGB 138 38 93 -
CMYK 0 0.72 0.33 0.46
HSL 327º 0.57% 0.35% -
HSV(B) 327º 0.72% 0.54% -
XYZ 13.15 7.58 11.13 -
YUV 74.17 138.63 173.53 -
System Red Green Blue C M Y K H S L
Decimal 138 38 93 0 0.72 0.33 0.46 327 0.57 0.35
Hex 8A 26 5D 0 48 21 2E 147 39 23
Octal 212 46 135 0 110 41 56 507 71 43
Binary 10001010 100110 1011101 0 1001000 100001 101110 101000111 111001 100011

Color Harmonies of #8A265D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A265D

Black with #8A265D

Text Example


Text Example

White with #8A265D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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