Html Css Color HEX #821457 Rose Bud Cherry

📋 copy color: '#821457'

red 130 ◦ green 20 ◦ blue 87

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

Shades of Rose Bud Cherry #821457

Tints of Rose Bud Cherry #821457

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 36.71%

R = 54.85%
G = 8.44%
B = 36.71%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.33

 K value IS 0.49

RGB Variations

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

Color information

#821457 (or 0x821457) is known color: Rose Bud Cherry. HEX triplet: 82, 14 and 57. RGB value is (130,20,87). Sum of RGB (Red+Green+Blue) = 130+20+87=237 (31% of max value = 765). Red value is 130 (51.17% from 255 or 54.85% from 237); Green value is 20 (8.20% from 255 or 8.44% from 237); Blue value is 87 (34.38% from 255 or 36.71% from 237); Max value from RGB is 130 - color contains mainly: red. Hex color #821457 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #821457 is #7DEBA8. Grayscale: #3C3C3C. Windows color (decimal): -8252329 or 5706882. OLE color: 5706882.

HSL color Cylindrical-coordinate representation of color #821457: hue angle of 323.45º 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 #821457 is Cyan = 0, Magento = 0.85, Yellow = 0.33 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 20 87 -
CMYK 0 0.85 0.33 0.49
HSL 323.45º 0.73% 0.29% -
HSV(B) 323.45º 0.85% 0.51% -
XYZ 11.18 5.93 9.57 -
YUV 60.53 142.94 177.55 -
System Red Green Blue C M Y K H S L
Decimal 130 20 87 0 0.85 0.33 0.49 323.45 0.73 0.29
Hex 82 14 57 0 55 21 31 143 49 1D
Octal 202 24 127 0 125 41 61 503 111 35
Binary 10000010 10100 1010111 0 1010101 100001 110001 101000011 1001001 11101

Color Harmonies of #821457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821457

Black with #821457

Text Example


Text Example

White with #821457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821457; }

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

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

background-color css

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

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

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

border-color css

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

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

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