Html Css Color HEX #85124B Rose Bud Cherry

📋 copy color: '#85124B'

red 133 ◦ green 18 ◦ blue 75

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

Shades of Rose Bud Cherry #85124B

Tints of Rose Bud Cherry #85124B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.96%

 BLUE value IS 75 (29.69% from 255) = 33.19%

R = 58.85%
G = 7.96%
B = 33.19%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.44

 K value IS 0.48

RGB Variations

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

Color information

#85124B (or 0x85124B) is known color: Rose Bud Cherry. HEX triplet: 85, 12 and 4B. RGB value is (133,18,75). Sum of RGB (Red+Green+Blue) = 133+18+75=226 (29% of max value = 765). Red value is 133 (52.34% from 255 or 58.85% from 226); Green value is 18 (7.42% from 255 or 7.96% from 226); Blue value is 75 (29.69% from 255 or 33.19% from 226); Max value from RGB is 133 - color contains mainly: red. Hex color #85124B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #85124B is #7AEDB4. Grayscale: #3A3A3A. Windows color (decimal): -8056245 or 4919941. OLE color: 4919941.

HSL color Cylindrical-coordinate representation of color #85124B: hue angle of 330.26º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #85124B is Cyan = 0, Magento = 0.86, Yellow = 0.44 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 18 75 -
CMYK 0 0.86 0.44 0.48
HSL 330.26º 0.76% 0.3% -
HSV(B) 330.26º 0.86% 0.52% -
XYZ 11.16 5.93 7.21 -
YUV 58.88 137.1 180.87 -
System Red Green Blue C M Y K H S L
Decimal 133 18 75 0 0.86 0.44 0.48 330.26 0.76 0.3
Hex 85 12 4B 0 56 2C 30 14A 4C 1E
Octal 205 22 113 0 126 54 60 512 114 36
Binary 10000101 10010 1001011 0 1010110 101100 110000 101001010 1001100 11110

Color Harmonies of #85124B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85124B

Black with #85124B

Text Example


Text Example

White with #85124B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85124B; }

 p { color: rgb(133,18,75); }

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

background-color css

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

 a { background-color: rgb(133,18,75); }

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

border-color css

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

 span { border-color: rgb(133,18,75); }

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