Html Css Color HEX #872052 Rose Bud Cherry

📋 copy color: '#872052'

red 135 ◦ green 32 ◦ blue 82

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

Shades of Rose Bud Cherry #872052

Tints of Rose Bud Cherry #872052

RGB

 RED value IS 135 (53.13% from 255) = 54.22%

 GREEN value IS 32 (12.89% from 255) = 12.85%

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

R = 54.22%
G = 12.85%
B = 32.93%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.39

 K value IS 0.47

RGB Variations

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

Color information

#872052 (or 0x872052) is known color: Rose Bud Cherry. HEX triplet: 87, 20 and 52. RGB value is (135,32,82). Sum of RGB (Red+Green+Blue) = 135+32+82=249 (32% of max value = 765). Red value is 135 (53.12% from 255 or 54.22% from 249); Green value is 32 (12.89% from 255 or 12.85% from 249); Blue value is 82 (32.42% from 255 or 32.93% from 249); Max value from RGB is 135 - color contains mainly: red. Hex color #872052 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #872052 is #78DFAD. Grayscale: #444444. Windows color (decimal): -7921582 or 5382279. OLE color: 5382279.

HSL color Cylindrical-coordinate representation of color #872052: hue angle of 330.87º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #872052 is Cyan = 0, Magento = 0.76, Yellow = 0.39 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 32 82 -
CMYK 0 0.76 0.39 0.47
HSL 330.87º 0.62% 0.33% -
HSV(B) 330.87º 0.76% 0.53% -
XYZ 12.03 6.79 8.66 -
YUV 68.5 135.62 175.43 -
System Red Green Blue C M Y K H S L
Decimal 135 32 82 0 0.76 0.39 0.47 330.87 0.62 0.33
Hex 87 20 52 0 4C 27 2F 14B 3E 21
Octal 207 40 122 0 114 47 57 513 76 41
Binary 10000111 100000 1010010 0 1001100 100111 101111 101001011 111110 100001

Color Harmonies of #872052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #872052

Black with #872052

Text Example


Text Example

White with #872052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #872052; }

 p { color: rgb(135,32,82); }

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

background-color css

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

 a { background-color: rgb(135,32,82); }

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

border-color css

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

 span { border-color: rgb(135,32,82); }

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