Html Css Color HEX #8A3266 Rose Bud Cherry

📋 copy color: '#8A3266'

red 138 ◦ green 50 ◦ blue 102

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

Shades of Rose Bud Cherry #8A3266

Tints of Rose Bud Cherry #8A3266

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 35.17%

R = 47.59%
G = 17.24%
B = 35.17%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.26

 K value IS 0.46

RGB Variations

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

Color information

#8A3266 (or 0x8A3266) is known color: Rose Bud Cherry. HEX triplet: 8A, 32 and 66. RGB value is (138,50,102). Sum of RGB (Red+Green+Blue) = 138+50+102=290 (38% of max value = 765). Red value is 138 (54.30% from 255 or 47.59% from 290); Green value is 50 (19.92% from 255 or 17.24% from 290); Blue value is 102 (40.23% from 255 or 35.17% from 290); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3266 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A3266 is #75CD99. Grayscale: #525252. Windows color (decimal): -7720346 or 6697610. OLE color: 6697610.

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

Color convert

RGB 138 50 102 -
CMYK 0 0.64 0.26 0.46
HSL 324.55º 0.47% 0.37% -
HSV(B) 324.55º 0.64% 0.54% -
XYZ 14.02 8.64 13.5 -
YUV 82.24 139.15 167.77 -
System Red Green Blue C M Y K H S L
Decimal 138 50 102 0 0.64 0.26 0.46 324.55 0.47 0.37
Hex 8A 32 66 0 40 1A 2E 145 2F 25
Octal 212 62 146 0 100 32 56 505 57 45
Binary 10001010 110010 1100110 0 1000000 11010 101110 101000101 101111 100101

Color Harmonies of #8A3266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A3266

Black with #8A3266

Text Example


Text Example

White with #8A3266

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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