Html Css Color HEX #85254F Rose Bud Cherry

📋 copy color: '#85254F'

red 133 ◦ green 37 ◦ blue 79

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

Shades of Rose Bud Cherry #85254F

Tints of Rose Bud Cherry #85254F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.86%

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

R = 53.41%
G = 14.86%
B = 31.73%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.41

 K value IS 0.48

RGB Variations

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

Color information

#85254F (or 0x85254F) is known color: Rose Bud Cherry. HEX triplet: 85, 25 and 4F. RGB value is (133,37,79). Sum of RGB (Red+Green+Blue) = 133+37+79=249 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.41% from 249); Green value is 37 (14.84% from 255 or 14.86% from 249); Blue value is 79 (31.25% from 255 or 31.73% from 249); Max value from RGB is 133 - color contains mainly: red. Hex color #85254F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85254F is #7ADAB0. Grayscale: #464646. Windows color (decimal): -8051377 or 5186949. OLE color: 5186949.

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

Color convert

RGB 133 37 79 -
CMYK 0 0.72 0.41 0.48
HSL 333.75º 0.56% 0.33% -
HSV(B) 333.75º 0.72% 0.52% -
XYZ 11.75 6.87 8.1 -
YUV 70.49 132.8 172.58 -
System Red Green Blue C M Y K H S L
Decimal 133 37 79 0 0.72 0.41 0.48 333.75 0.56 0.33
Hex 85 25 4F 0 48 29 30 14E 38 21
Octal 205 45 117 0 110 51 60 516 70 41
Binary 10000101 100101 1001111 0 1001000 101001 110000 101001110 111000 100001

Color Harmonies of #85254F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85254F

Black with #85254F

Text Example


Text Example

White with #85254F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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