Html Css Color HEX #852D5D Rose Bud Cherry

📋 copy color: '#852D5D'

red 133 ◦ green 45 ◦ blue 93

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

Shades of Rose Bud Cherry #852D5D

Tints of Rose Bud Cherry #852D5D

RGB

 RED value IS 133 (52.34% from 255) = 49.08%

 GREEN value IS 45 (17.97% from 255) = 16.61%

 BLUE value IS 93 (36.72% from 255) = 34.32%

R = 49.08%
G = 16.61%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.30

 K value IS 0.48

RGB Variations

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

Color information

#852D5D (or 0x852D5D) is known color: Rose Bud Cherry. HEX triplet: 85, 2D and 5D. RGB value is (133,45,93). Sum of RGB (Red+Green+Blue) = 133+45+93=271 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.08% from 271); Green value is 45 (17.97% from 255 or 16.61% from 271); Blue value is 93 (36.72% from 255 or 34.32% from 271); Max value from RGB is 133 - color contains mainly: red. Hex color #852D5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852D5D is #7AD2A2. Grayscale: #4C4C4C. Windows color (decimal): -8049315 or 6106501. OLE color: 6106501.

HSL color Cylindrical-coordinate representation of color #852D5D: hue angle of 327.27º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #852D5D is Cyan = 0, Magento = 0.66, Yellow = 0.30 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 45 93 -
CMYK 0 0.66 0.30 0.48
HSL 327.27º 0.49% 0.35% -
HSV(B) 327.27º 0.66% 0.52% -
XYZ 12.59 7.65 11.17 -
YUV 76.78 137.15 168.1 -
System Red Green Blue C M Y K H S L
Decimal 133 45 93 0 0.66 0.30 0.48 327.27 0.49 0.35
Hex 85 2D 5D 0 42 1E 30 147 31 23
Octal 205 55 135 0 102 36 60 507 61 43
Binary 10000101 101101 1011101 0 1000010 11110 110000 101000111 110001 100011

Color Harmonies of #852D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852D5D

Black with #852D5D

Text Example


Text Example

White with #852D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852D5D; }

 p { color: rgb(133,45,93); }

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

background-color css

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

 a { background-color: rgb(133,45,93); }

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

border-color css

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

 span { border-color: rgb(133,45,93); }

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