Html Css Color HEX #841453 Rose Bud Cherry

📋 copy color: '#841453'

red 132 ◦ green 20 ◦ blue 83

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

Shades of Rose Bud Cherry #841453

Tints of Rose Bud Cherry #841453

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.51%

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

R = 56.17%
G = 8.51%
B = 35.32%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.37

 K value IS 0.48

RGB Variations

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

Color information

#841453 (or 0x841453) is known color: Rose Bud Cherry. HEX triplet: 84, 14 and 53. RGB value is (132,20,83). Sum of RGB (Red+Green+Blue) = 132+20+83=235 (31% of max value = 765). Red value is 132 (51.95% from 255 or 56.17% from 235); Green value is 20 (8.20% from 255 or 8.51% from 235); Blue value is 83 (32.81% from 255 or 35.32% from 235); Max value from RGB is 132 - color contains mainly: red. Hex color #841453 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #841453 is #7BEBAC. Grayscale: #3C3C3C. Windows color (decimal): -8121261 or 5444740. OLE color: 5444740.

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

Color convert

RGB 132 20 83 -
CMYK 0 0.85 0.37 0.48
HSL 326.25º 0.74% 0.3% -
HSV(B) 326.25º 0.85% 0.52% -
XYZ 11.33 6.03 8.75 -
YUV 60.67 140.61 178.88 -
System Red Green Blue C M Y K H S L
Decimal 132 20 83 0 0.85 0.37 0.48 326.25 0.74 0.3
Hex 84 14 53 0 55 25 30 146 4A 1E
Octal 204 24 123 0 125 45 60 506 112 36
Binary 10000100 10100 1010011 0 1010101 100101 110000 101000110 1001010 11110

Color Harmonies of #841453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841453

Black with #841453

Text Example


Text Example

White with #841453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841453; }

 p { color: rgb(132,20,83); }

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

background-color css

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

 a { background-color: rgb(132,20,83); }

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

border-color css

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

 span { border-color: rgb(132,20,83); }

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