Html Css Color HEX #8A2655 Rose Bud Cherry

📋 copy color: '#8A2655'

red 138 ◦ green 38 ◦ blue 85

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

Shades of Rose Bud Cherry #8A2655

Tints of Rose Bud Cherry #8A2655

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 32.57%

R = 52.87%
G = 14.56%
B = 32.57%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.38

 K value IS 0.46

RGB Variations

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

Color information

#8A2655 (or 0x8A2655) is known color: Rose Bud Cherry. HEX triplet: 8A, 26 and 55. RGB value is (138,38,85). Sum of RGB (Red+Green+Blue) = 138+38+85=261 (34% of max value = 765). Red value is 138 (54.30% from 255 or 52.87% from 261); Green value is 38 (15.23% from 255 or 14.56% from 261); Blue value is 85 (33.59% from 255 or 32.57% from 261); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2655 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A2655 is #75D9AA. Grayscale: #494949. Windows color (decimal): -7723435 or 5580426. OLE color: 5580426.

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

Color convert

RGB 138 38 85 -
CMYK 0 0.72 0.38 0.46
HSL 331.8º 0.57% 0.35% -
HSV(B) 331.8º 0.72% 0.54% -
XYZ 12.81 7.45 9.36 -
YUV 73.26 134.63 174.18 -
System Red Green Blue C M Y K H S L
Decimal 138 38 85 0 0.72 0.38 0.46 331.8 0.57 0.35
Hex 8A 26 55 0 48 26 2E 14C 39 23
Octal 212 46 125 0 110 46 56 514 71 43
Binary 10001010 100110 1010101 0 1001000 100110 101110 101001100 111001 100011

Color Harmonies of #8A2655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A2655

Black with #8A2655

Text Example


Text Example

White with #8A2655

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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