Html Css Color HEX #83164F Rose Bud Cherry

📋 copy color: '#83164F'

red 131 ◦ green 22 ◦ blue 79

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

Shades of Rose Bud Cherry #83164F

Tints of Rose Bud Cherry #83164F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 34.05%

R = 56.47%
G = 9.48%
B = 34.05%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.40

 K value IS 0.49

RGB Variations

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

Color information

#83164F (or 0x83164F) is known color: Rose Bud Cherry. HEX triplet: 83, 16 and 4F. RGB value is (131,22,79). Sum of RGB (Red+Green+Blue) = 131+22+79=232 (30% of max value = 765). Red value is 131 (51.56% from 255 or 56.47% from 232); Green value is 22 (8.98% from 255 or 9.48% from 232); Blue value is 79 (31.25% from 255 or 34.05% from 232); Max value from RGB is 131 - color contains mainly: red. Hex color #83164F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #83164F is #7CE9B0. Grayscale: #3C3C3C. Windows color (decimal): -8186289 or 5183107. OLE color: 5183107.

HSL color Cylindrical-coordinate representation of color #83164F: hue angle of 328.62º 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 #83164F is Cyan = 0, Magento = 0.83, Yellow = 0.40 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 22 79 -
CMYK 0 0.83 0.40 0.49
HSL 328.62º 0.71% 0.3% -
HSV(B) 328.62º 0.83% 0.51% -
XYZ 11.06 5.96 7.97 -
YUV 61.09 138.11 177.87 -
System Red Green Blue C M Y K H S L
Decimal 131 22 79 0 0.83 0.40 0.49 328.62 0.71 0.3
Hex 83 16 4F 0 53 28 31 149 47 1E
Octal 203 26 117 0 123 50 61 511 107 36
Binary 10000011 10110 1001111 0 1010011 101000 110001 101001001 1000111 11110

Color Harmonies of #83164F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83164F

Black with #83164F

Text Example


Text Example

White with #83164F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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