Html Css Color HEX #85385C Rose Bud Cherry

📋 copy color: '#85385C'

red 133 ◦ green 56 ◦ blue 92

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

Shades of Rose Bud Cherry #85385C

Tints of Rose Bud Cherry #85385C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 19.93%

 BLUE value IS 92 (36.33% from 255) = 32.74%

R = 47.33%
G = 19.93%
B = 32.74%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.31

 K value IS 0.48

RGB Variations

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

Color information

#85385C (or 0x85385C) is known color: Rose Bud Cherry. HEX triplet: 85, 38 and 5C. RGB value is (133,56,92). Sum of RGB (Red+Green+Blue) = 133+56+92=281 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.33% from 281); Green value is 56 (22.27% from 255 or 19.93% from 281); Blue value is 92 (36.33% from 255 or 32.74% from 281); Max value from RGB is 133 - color contains mainly: red. Hex color #85385C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85385C is #7AC7A3. Grayscale: #535353. Windows color (decimal): -8046500 or 6043781. OLE color: 6043781.

HSL color Cylindrical-coordinate representation of color #85385C: hue angle of 331.95º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #85385C is Cyan = 0, Magento = 0.58, Yellow = 0.31 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 56 92 -
CMYK 0 0.58 0.31 0.48
HSL 331.95º 0.41% 0.37% -
HSV(B) 331.95º 0.58% 0.52% -
XYZ 13.02 8.59 11.1 -
YUV 83.13 133.01 163.57 -
System Red Green Blue C M Y K H S L
Decimal 133 56 92 0 0.58 0.31 0.48 331.95 0.41 0.37
Hex 85 38 5C 0 3A 1F 30 14C 29 25
Octal 205 70 134 0 72 37 60 514 51 45
Binary 10000101 111000 1011100 0 111010 11111 110000 101001100 101001 100101

Color Harmonies of #85385C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85385C

Black with #85385C

Text Example


Text Example

White with #85385C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85385C; }

 p { color: rgb(133,56,92); }

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

background-color css

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

 a { background-color: rgb(133,56,92); }

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

border-color css

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

 span { border-color: rgb(133,56,92); }

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