Html Css Color HEX #852B64 Rose Bud Cherry

📋 copy color: '#852B64'

red 133 ◦ green 43 ◦ blue 100

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

Shades of Rose Bud Cherry #852B64

Tints of Rose Bud Cherry #852B64

RGB

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

 GREEN value IS 43 (17.19% from 255) = 15.58%

 BLUE value IS 100 (39.45% from 255) = 36.23%

R = 48.19%
G = 15.58%
B = 36.23%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.25

 K value IS 0.48

RGB Variations

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

Color information

#852B64 (or 0x852B64) is known color: Rose Bud Cherry. HEX triplet: 85, 2B and 64. RGB value is (133,43,100). Sum of RGB (Red+Green+Blue) = 133+43+100=276 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.19% from 276); Green value is 43 (17.19% from 255 or 15.58% from 276); Blue value is 100 (39.45% from 255 or 36.23% from 276); Max value from RGB is 133 - color contains mainly: red. Hex color #852B64 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852B64 is #7AD49B. Grayscale: #4C4C4C. Windows color (decimal): -8049820 or 6564741. OLE color: 6564741.

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

Color convert

RGB 133 43 100 -
CMYK 0 0.68 0.25 0.48
HSL 322º 0.51% 0.35% -
HSV(B) 322º 0.68% 0.52% -
XYZ 12.84 7.63 12.85 -
YUV 76.41 141.32 168.37 -
System Red Green Blue C M Y K H S L
Decimal 133 43 100 0 0.68 0.25 0.48 322 0.51 0.35
Hex 85 2B 64 0 44 19 30 142 33 23
Octal 205 53 144 0 104 31 60 502 63 43
Binary 10000101 101011 1100100 0 1000100 11001 110000 101000010 110011 100011

Color Harmonies of #852B64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852B64

Black with #852B64

Text Example


Text Example

White with #852B64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,43,100); }

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

background-color css

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

 a { background-color: rgb(133,43,100); }

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

border-color css

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

 span { border-color: rgb(133,43,100); }

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