Html Css Color HEX #83164D Rose Bud Cherry

📋 copy color: '#83164D'

red 131 ◦ green 22 ◦ blue 77

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

Shades of Rose Bud Cherry #83164D

Tints of Rose Bud Cherry #83164D

RGB

 RED value IS 131 (51.56% from 255) = 56.96%

 GREEN value IS 22 (8.98% from 255) = 9.57%

 BLUE value IS 77 (30.47% from 255) = 33.48%

R = 56.96%
G = 9.57%
B = 33.48%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.41

 K value IS 0.49

RGB Variations

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

Color information

#83164D (or 0x83164D) is known color: Rose Bud Cherry. HEX triplet: 83, 16 and 4D. RGB value is (131,22,77). Sum of RGB (Red+Green+Blue) = 131+22+77=230 (30% of max value = 765). Red value is 131 (51.56% from 255 or 56.96% from 230); Green value is 22 (8.98% from 255 or 9.57% from 230); Blue value is 77 (30.47% from 255 or 33.48% from 230); Max value from RGB is 131 - color contains mainly: red. Hex color #83164D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #83164D is #7CE9B2. Grayscale: #3C3C3C. Windows color (decimal): -8186291 or 5052035. OLE color: 5052035.

HSL color Cylindrical-coordinate representation of color #83164D: hue angle of 329.72º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #83164D is Cyan = 0, Magento = 0.83, Yellow = 0.41 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 22 77 -
CMYK 0 0.83 0.41 0.49
HSL 329.72º 0.71% 0.3% -
HSV(B) 329.72º 0.83% 0.51% -
XYZ 10.99 5.93 7.59 -
YUV 60.86 137.11 178.03 -
System Red Green Blue C M Y K H S L
Decimal 131 22 77 0 0.83 0.41 0.49 329.72 0.71 0.3
Hex 83 16 4D 0 53 29 31 14A 47 1E
Octal 203 26 115 0 123 51 61 512 107 36
Binary 10000011 10110 1001101 0 1010011 101001 110001 101001010 1000111 11110

Color Harmonies of #83164D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83164D

Black with #83164D

Text Example


Text Example

White with #83164D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83164D; }

 p { color: rgb(131,22,77); }

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

background-color css

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

 a { background-color: rgb(131,22,77); }

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

border-color css

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

 span { border-color: rgb(131,22,77); }

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