Html Css Color HEX #82174E Rose Bud Cherry

📋 copy color: '#82174E'

red 130 ◦ green 23 ◦ blue 78

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

Shades of Rose Bud Cherry #82174E

Tints of Rose Bud Cherry #82174E

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.96%

 BLUE value IS 78 (30.86% from 255) = 33.77%

R = 56.28%
G = 9.96%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.40

 K value IS 0.49

RGB Variations

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

Color information

#82174E (or 0x82174E) is known color: Rose Bud Cherry. HEX triplet: 82, 17 and 4E. RGB value is (130,23,78). Sum of RGB (Red+Green+Blue) = 130+23+78=231 (30% of max value = 765). Red value is 130 (51.17% from 255 or 56.28% from 231); Green value is 23 (9.38% from 255 or 9.96% from 231); Blue value is 78 (30.86% from 255 or 33.77% from 231); Max value from RGB is 130 - color contains mainly: red. Hex color #82174E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #82174E is #7DE8B1. Grayscale: #3D3D3D. Windows color (decimal): -8251570 or 5117826. OLE color: 5117826.

HSL color Cylindrical-coordinate representation of color #82174E: hue angle of 329.16º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #82174E is Cyan = 0, Magento = 0.82, Yellow = 0.40 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 23 78 -
CMYK 0 0.82 0.40 0.49
HSL 329.16º 0.7% 0.3% -
HSV(B) 329.16º 0.82% 0.51% -
XYZ 10.89 5.91 7.77 -
YUV 61.26 137.45 177.03 -
System Red Green Blue C M Y K H S L
Decimal 130 23 78 0 0.82 0.40 0.49 329.16 0.7 0.3
Hex 82 17 4E 0 52 28 31 149 46 1E
Octal 202 27 116 0 122 50 61 511 106 36
Binary 10000010 10111 1001110 0 1010010 101000 110001 101001001 1000110 11110

Color Harmonies of #82174E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82174E

Black with #82174E

Text Example


Text Example

White with #82174E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82174E; }

 p { color: rgb(130,23,78); }

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

background-color css

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

 a { background-color: rgb(130,23,78); }

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

border-color css

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

 span { border-color: rgb(130,23,78); }

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