Html Css Color HEX #821455 Rose Bud Cherry

📋 copy color: '#821455'

red 130 ◦ green 20 ◦ blue 85

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

Shades of Rose Bud Cherry #821455

Tints of Rose Bud Cherry #821455

RGB

 RED value IS 130 (51.17% from 255) = 55.32%

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

 BLUE value IS 85 (33.59% from 255) = 36.17%

R = 55.32%
G = 8.51%
B = 36.17%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.35

 K value IS 0.49

RGB Variations

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

Color information

#821455 (or 0x821455) is known color: Rose Bud Cherry. HEX triplet: 82, 14 and 55. RGB value is (130,20,85). Sum of RGB (Red+Green+Blue) = 130+20+85=235 (31% of max value = 765). Red value is 130 (51.17% from 255 or 55.32% from 235); Green value is 20 (8.20% from 255 or 8.51% from 235); Blue value is 85 (33.59% from 255 or 36.17% from 235); Max value from RGB is 130 - color contains mainly: red. Hex color #821455 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #821455 is #7DEBAA. Grayscale: #3C3C3C. Windows color (decimal): -8252331 or 5575810. OLE color: 5575810.

HSL color Cylindrical-coordinate representation of color #821455: hue angle of 324.55º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #821455 is Cyan = 0, Magento = 0.85, Yellow = 0.35 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 20 85 -
CMYK 0 0.85 0.35 0.49
HSL 324.55º 0.73% 0.29% -
HSV(B) 324.55º 0.85% 0.51% -
XYZ 11.1 5.9 9.15 -
YUV 60.3 141.94 177.71 -
System Red Green Blue C M Y K H S L
Decimal 130 20 85 0 0.85 0.35 0.49 324.55 0.73 0.29
Hex 82 14 55 0 55 23 31 145 49 1D
Octal 202 24 125 0 125 43 61 505 111 35
Binary 10000010 10100 1010101 0 1010101 100011 110001 101000101 1001001 11101

Color Harmonies of #821455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821455

Black with #821455

Text Example


Text Example

White with #821455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821455; }

 p { color: rgb(130,20,85); }

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

background-color css

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

 a { background-color: rgb(130,20,85); }

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

border-color css

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

 span { border-color: rgb(130,20,85); }

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