Html Css Color HEX #852258 Rose Bud Cherry

📋 copy color: '#852258'

red 133 ◦ green 34 ◦ blue 88

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

Shades of Rose Bud Cherry #852258

Tints of Rose Bud Cherry #852258

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.33%

 BLUE value IS 88 (34.77% from 255) = 34.51%

R = 52.16%
G = 13.33%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.34

 K value IS 0.48

RGB Variations

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

Color information

#852258 (or 0x852258) is known color: Rose Bud Cherry. HEX triplet: 85, 22 and 58. RGB value is (133,34,88). Sum of RGB (Red+Green+Blue) = 133+34+88=255 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.16% from 255); Green value is 34 (13.67% from 255 or 13.33% from 255); Blue value is 88 (34.77% from 255 or 34.51% from 255); Max value from RGB is 133 - color contains mainly: red. Hex color #852258 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852258 is #7ADDA7. Grayscale: #454545. Windows color (decimal): -8052136 or 5776005. OLE color: 5776005.

HSL color Cylindrical-coordinate representation of color #852258: hue angle of 327.27º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #852258 is Cyan = 0, Magento = 0.74, Yellow = 0.34 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 34 88 -
CMYK 0 0.74 0.34 0.48
HSL 327.27º 0.59% 0.33% -
HSV(B) 327.27º 0.74% 0.52% -
XYZ 12.01 6.84 9.92 -
YUV 69.76 138.3 173.11 -
System Red Green Blue C M Y K H S L
Decimal 133 34 88 0 0.74 0.34 0.48 327.27 0.59 0.33
Hex 85 22 58 0 4A 22 30 147 3B 21
Octal 205 42 130 0 112 42 60 507 73 41
Binary 10000101 100010 1011000 0 1001010 100010 110000 101000111 111011 100001

Color Harmonies of #852258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852258

Black with #852258

Text Example


Text Example

White with #852258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852258; }

 p { color: rgb(133,34,88); }

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

background-color css

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

 a { background-color: rgb(133,34,88); }

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

border-color css

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

 span { border-color: rgb(133,34,88); }

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