Html Css Color HEX #852453 Rose Bud Cherry

📋 copy color: '#852453'

red 133 ◦ green 36 ◦ blue 83

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

Shades of Rose Bud Cherry #852453

Tints of Rose Bud Cherry #852453

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.29%

 BLUE value IS 83 (32.81% from 255) = 32.94%

R = 52.78%
G = 14.29%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.38

 K value IS 0.48

RGB Variations

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

Color information

#852453 (or 0x852453) is known color: Rose Bud Cherry. HEX triplet: 85, 24 and 53. RGB value is (133,36,83). Sum of RGB (Red+Green+Blue) = 133+36+83=252 (33% of max value = 765). Red value is 133 (52.34% from 255 or 52.78% from 252); Green value is 36 (14.45% from 255 or 14.29% from 252); Blue value is 83 (32.81% from 255 or 32.94% from 252); Max value from RGB is 133 - color contains mainly: red. Hex color #852453 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #852453 is #7ADBAC. Grayscale: #464646. Windows color (decimal): -8051629 or 5448837. OLE color: 5448837.

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

Color convert

RGB 133 36 83 -
CMYK 0 0.73 0.38 0.48
HSL 330.93º 0.57% 0.33% -
HSV(B) 330.93º 0.73% 0.52% -
XYZ 11.87 6.87 8.88 -
YUV 70.36 135.14 172.68 -
System Red Green Blue C M Y K H S L
Decimal 133 36 83 0 0.73 0.38 0.48 330.93 0.57 0.33
Hex 85 24 53 0 49 26 30 14B 39 21
Octal 205 44 123 0 111 46 60 513 71 41
Binary 10000101 100100 1010011 0 1001001 100110 110000 101001011 111001 100001

Color Harmonies of #852453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852453

Black with #852453

Text Example


Text Example

White with #852453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852453; }

 p { color: rgb(133,36,83); }

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

background-color css

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

 a { background-color: rgb(133,36,83); }

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

border-color css

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

 span { border-color: rgb(133,36,83); }

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