Html Css Color HEX #85214F Rose Bud Cherry

📋 copy color: '#85214F'

red 133 ◦ green 33 ◦ blue 79

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

Shades of Rose Bud Cherry #85214F

Tints of Rose Bud Cherry #85214F

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.47%

 BLUE value IS 79 (31.25% from 255) = 32.24%

R = 54.29%
G = 13.47%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.41

 K value IS 0.48

RGB Variations

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

Color information

#85214F (or 0x85214F) is known color: Rose Bud Cherry. HEX triplet: 85, 21 and 4F. RGB value is (133,33,79). Sum of RGB (Red+Green+Blue) = 133+33+79=245 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.29% from 245); Green value is 33 (13.28% from 255 or 13.47% from 245); Blue value is 79 (31.25% from 255 or 32.24% from 245); Max value from RGB is 133 - color contains mainly: red. Hex color #85214F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85214F is #7ADEB0. Grayscale: #444444. Windows color (decimal): -8052401 or 5185925. OLE color: 5185925.

HSL color Cylindrical-coordinate representation of color #85214F: hue angle of 332.4º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #85214F is Cyan = 0, Magento = 0.75, Yellow = 0.41 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 33 79 -
CMYK 0 0.75 0.41 0.48
HSL 332.4º 0.6% 0.33% -
HSV(B) 332.4º 0.75% 0.52% -
XYZ 11.63 6.64 8.07 -
YUV 68.14 134.13 174.26 -
System Red Green Blue C M Y K H S L
Decimal 133 33 79 0 0.75 0.41 0.48 332.4 0.6 0.33
Hex 85 21 4F 0 4B 29 30 14C 3C 21
Octal 205 41 117 0 113 51 60 514 74 41
Binary 10000101 100001 1001111 0 1001011 101001 110000 101001100 111100 100001

Color Harmonies of #85214F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85214F

Black with #85214F

Text Example


Text Example

White with #85214F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85214F; }

 p { color: rgb(133,33,79); }

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

background-color css

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

 a { background-color: rgb(133,33,79); }

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

border-color css

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

 span { border-color: rgb(133,33,79); }

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