Html Css Color HEX #843465 Rose Bud Cherry

📋 copy color: '#843465'

red 132 ◦ green 52 ◦ blue 101

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

Shades of Rose Bud Cherry #843465

Tints of Rose Bud Cherry #843465

RGB

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

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

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

R = 46.32%
G = 18.25%
B = 35.44%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.23

 K value IS 0.48

RGB Variations

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

Color information

#843465 (or 0x843465) is known color: Rose Bud Cherry. HEX triplet: 84, 34 and 65. RGB value is (132,52,101). Sum of RGB (Red+Green+Blue) = 132+52+101=285 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.32% from 285); Green value is 52 (20.70% from 255 or 18.25% from 285); Blue value is 101 (39.84% from 255 or 35.44% from 285); Max value from RGB is 132 - color contains mainly: red. Hex color #843465 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #843465 is #7BCB9A. Grayscale: #515151. Windows color (decimal): -8113051 or 6632580. OLE color: 6632580.

HSL color Cylindrical-coordinate representation of color #843465: hue angle of 323.25º degrees, saturation: 0.43, 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 #843465 is Cyan = 0, Magento = 0.61, Yellow = 0.23 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 52 101 -
CMYK 0 0.61 0.23 0.48
HSL 323.25º 0.43% 0.36% -
HSV(B) 323.25º 0.61% 0.52% -
XYZ 13.09 8.3 13.22 -
YUV 81.51 139 164.02 -
System Red Green Blue C M Y K H S L
Decimal 132 52 101 0 0.61 0.23 0.48 323.25 0.43 0.36
Hex 84 34 65 0 3D 17 30 143 2B 24
Octal 204 64 145 0 75 27 60 503 53 44
Binary 10000100 110100 1100101 0 111101 10111 110000 101000011 101011 100100

Color Harmonies of #843465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #843465

Black with #843465

Text Example


Text Example

White with #843465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #843465; }

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

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

background-color css

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

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

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

border-color css

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

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

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