Html Css Color HEX #8A2752 Rose Bud Cherry

📋 copy color: '#8A2752'

red 138 ◦ green 39 ◦ blue 82

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

Shades of Rose Bud Cherry #8A2752

Tints of Rose Bud Cherry #8A2752

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.06%

 BLUE value IS 82 (32.42% from 255) = 31.66%

R = 53.28%
G = 15.06%
B = 31.66%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.41

 K value IS 0.46

RGB Variations

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

Color information

#8A2752 (or 0x8A2752) is known color: Rose Bud Cherry. HEX triplet: 8A, 27 and 52. RGB value is (138,39,82). Sum of RGB (Red+Green+Blue) = 138+39+82=259 (34% of max value = 765). Red value is 138 (54.30% from 255 or 53.28% from 259); Green value is 39 (15.62% from 255 or 15.06% from 259); Blue value is 82 (32.42% from 255 or 31.66% from 259); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2752 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A2752 is #75D8AD. Grayscale: #494949. Windows color (decimal): -7723182 or 5384074. OLE color: 5384074.

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

Color convert

RGB 138 39 82 -
CMYK 0 0.72 0.41 0.46
HSL 333.94º 0.56% 0.35% -
HSV(B) 333.94º 0.72% 0.54% -
XYZ 12.73 7.46 8.75 -
YUV 73.5 132.8 174 -
System Red Green Blue C M Y K H S L
Decimal 138 39 82 0 0.72 0.41 0.46 333.94 0.56 0.35
Hex 8A 27 52 0 48 29 2E 14E 38 23
Octal 212 47 122 0 110 51 56 516 70 43
Binary 10001010 100111 1010010 0 1001000 101001 101110 101001110 111000 100011

Color Harmonies of #8A2752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A2752

Black with #8A2752

Text Example


Text Example

White with #8A2752

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,39,82); }

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

background-color css

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

 a { background-color: rgb(138,39,82); }

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

border-color css

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

 span { border-color: rgb(138,39,82); }

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