Html Css Color HEX #841053 Rose Bud Cherry

📋 copy color: '#841053'

red 132 ◦ green 16 ◦ blue 83

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

Shades of Rose Bud Cherry #841053

Tints of Rose Bud Cherry #841053

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.93%

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

R = 57.14%
G = 6.93%
B = 35.93%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.37

 K value IS 0.48

RGB Variations

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

Color information

#841053 (or 0x841053) is known color: Rose Bud Cherry. HEX triplet: 84, 10 and 53. RGB value is (132,16,83). Sum of RGB (Red+Green+Blue) = 132+16+83=231 (30% of max value = 765). Red value is 132 (51.95% from 255 or 57.14% from 231); Green value is 16 (6.64% from 255 or 6.93% from 231); Blue value is 83 (32.81% from 255 or 35.93% from 231); Max value from RGB is 132 - color contains mainly: red. Hex color #841053 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #841053 is #7BEFAC. Grayscale: #3A3A3A. Windows color (decimal): -8122285 or 5443716. OLE color: 5443716.

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

Color convert

RGB 132 16 83 -
CMYK 0 0.88 0.37 0.48
HSL 325.34º 0.78% 0.29% -
HSV(B) 325.34º 0.88% 0.52% -
XYZ 11.26 5.9 8.73 -
YUV 58.32 141.93 180.55 -
System Red Green Blue C M Y K H S L
Decimal 132 16 83 0 0.88 0.37 0.48 325.34 0.78 0.29
Hex 84 10 53 0 58 25 30 145 4E 1D
Octal 204 20 123 0 130 45 60 505 116 35
Binary 10000100 10000 1010011 0 1011000 100101 110000 101000101 1001110 11101

Color Harmonies of #841053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841053

Black with #841053

Text Example


Text Example

White with #841053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841053; }

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

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

background-color css

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

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

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

border-color css

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

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

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