Html Css Color HEX #853462 Rose Bud Cherry

📋 copy color: '#853462'

red 133 ◦ green 52 ◦ blue 98

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

Shades of Rose Bud Cherry #853462

Tints of Rose Bud Cherry #853462

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.37%

 BLUE value IS 98 (38.67% from 255) = 34.63%

R = 47%
G = 18.37%
B = 34.63%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.26

 K value IS 0.48

RGB Variations

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

Color information

#853462 (or 0x853462) is known color: Rose Bud Cherry. HEX triplet: 85, 34 and 62. RGB value is (133,52,98). Sum of RGB (Red+Green+Blue) = 133+52+98=283 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.00% from 283); Green value is 52 (20.70% from 255 or 18.37% from 283); Blue value is 98 (38.67% from 255 or 34.63% from 283); Max value from RGB is 133 - color contains mainly: red. Hex color #853462 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #853462 is #7ACB9D. Grayscale: #515151. Windows color (decimal): -8047518 or 6435973. OLE color: 6435973.

HSL color Cylindrical-coordinate representation of color #853462: hue angle of 325.93º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #853462 is Cyan = 0, Magento = 0.61, Yellow = 0.26 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 52 98 -
CMYK 0 0.61 0.26 0.48
HSL 325.93º 0.44% 0.36% -
HSV(B) 325.93º 0.61% 0.52% -
XYZ 13.11 8.32 12.47 -
YUV 81.46 137.34 164.76 -
System Red Green Blue C M Y K H S L
Decimal 133 52 98 0 0.61 0.26 0.48 325.93 0.44 0.36
Hex 85 34 62 0 3D 1A 30 146 2C 24
Octal 205 64 142 0 75 32 60 506 54 44
Binary 10000101 110100 1100010 0 111101 11010 110000 101000110 101100 100100

Color Harmonies of #853462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853462

Black with #853462

Text Example


Text Example

White with #853462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853462; }

 p { color: rgb(133,52,98); }

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

background-color css

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

 a { background-color: rgb(133,52,98); }

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

border-color css

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

 span { border-color: rgb(133,52,98); }

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