Html Css Color HEX #8A2653 Rose Bud Cherry

📋 copy color: '#8A2653'

red 138 ◦ green 38 ◦ blue 83

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

Shades of Rose Bud Cherry #8A2653

Tints of Rose Bud Cherry #8A2653

RGB

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

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

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

R = 53.28%
G = 14.67%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.40

 K value IS 0.46

RGB Variations

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

Color information

#8A2653 (or 0x8A2653) is known color: Rose Bud Cherry. HEX triplet: 8A, 26 and 53. RGB value is (138,38,83). Sum of RGB (Red+Green+Blue) = 138+38+83=259 (34% of max value = 765). Red value is 138 (54.30% from 255 or 53.28% from 259); Green value is 38 (15.23% from 255 or 14.67% from 259); Blue value is 83 (32.81% from 255 or 32.05% from 259); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2653 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A2653 is #75D9AC. Grayscale: #484848. Windows color (decimal): -7723437 or 5449354. OLE color: 5449354.

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

Color convert

RGB 138 38 83 -
CMYK 0 0.72 0.40 0.46
HSL 333º 0.57% 0.35% -
HSV(B) 333º 0.72% 0.54% -
XYZ 12.74 7.41 8.94 -
YUV 73.03 133.63 174.34 -
System Red Green Blue C M Y K H S L
Decimal 138 38 83 0 0.72 0.40 0.46 333 0.57 0.35
Hex 8A 26 53 0 48 28 2E 14D 39 23
Octal 212 46 123 0 110 50 56 515 71 43
Binary 10001010 100110 1010011 0 1001000 101000 101110 101001101 111001 100011

Color Harmonies of #8A2653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A2653

Black with #8A2653

Text Example


Text Example

White with #8A2653

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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