Html Css Color HEX #843265 Rose Bud Cherry

📋 copy color: '#843265'

red 132 ◦ green 50 ◦ blue 101

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

Shades of Rose Bud Cherry #843265

Tints of Rose Bud Cherry #843265

RGB

 RED value IS 132 (51.95% from 255) = 46.64%

 GREEN value IS 50 (19.92% from 255) = 17.67%

 BLUE value IS 101 (39.84% from 255) = 35.69%

R = 46.64%
G = 17.67%
B = 35.69%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.23

 K value IS 0.48

RGB Variations

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

Color information

#843265 (or 0x843265) is known color: Rose Bud Cherry. HEX triplet: 84, 32 and 65. RGB value is (132,50,101). Sum of RGB (Red+Green+Blue) = 132+50+101=283 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.64% from 283); Green value is 50 (19.92% from 255 or 17.67% from 283); Blue value is 101 (39.84% from 255 or 35.69% from 283); Max value from RGB is 132 - color contains mainly: red. Hex color #843265 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #843265 is #7BCD9A. Grayscale: #505050. Windows color (decimal): -8113563 or 6632068. OLE color: 6632068.

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

Color convert

RGB 132 50 101 -
CMYK 0 0.62 0.23 0.48
HSL 322.68º 0.45% 0.36% -
HSV(B) 322.68º 0.62% 0.52% -
XYZ 13.01 8.13 13.2 -
YUV 80.33 139.67 164.85 -
System Red Green Blue C M Y K H S L
Decimal 132 50 101 0 0.62 0.23 0.48 322.68 0.45 0.36
Hex 84 32 65 0 3E 17 30 143 2D 24
Octal 204 62 145 0 76 27 60 503 55 44
Binary 10000100 110010 1100101 0 111110 10111 110000 101000011 101101 100100

Color Harmonies of #843265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #843265

Black with #843265

Text Example


Text Example

White with #843265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #843265; }

 p { color: rgb(132,50,101); }

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

background-color css

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

 a { background-color: rgb(132,50,101); }

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

border-color css

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

 span { border-color: rgb(132,50,101); }

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