Html Css Color HEX #83175C Rose Bud Cherry

📋 copy color: '#83175C'

red 131 ◦ green 23 ◦ blue 92

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

Shades of Rose Bud Cherry #83175C

Tints of Rose Bud Cherry #83175C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 37.4%

R = 53.25%
G = 9.35%
B = 37.4%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.30

 K value IS 0.49

RGB Variations

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

Color information

#83175C (or 0x83175C) is known color: Rose Bud Cherry. HEX triplet: 83, 17 and 5C. RGB value is (131,23,92). Sum of RGB (Red+Green+Blue) = 131+23+92=246 (32% of max value = 765). Red value is 131 (51.56% from 255 or 53.25% from 246); Green value is 23 (9.38% from 255 or 9.35% from 246); Blue value is 92 (36.33% from 255 or 37.40% from 246); Max value from RGB is 131 - color contains mainly: red. Hex color #83175C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #83175C is #7CE8A3. Grayscale: #3E3E3E. Windows color (decimal): -8186020 or 6035331. OLE color: 6035331.

HSL color Cylindrical-coordinate representation of color #83175C: hue angle of 321.67º 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 #83175C is Cyan = 0, Magento = 0.82, Yellow = 0.30 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 23 92 -
CMYK 0 0.82 0.30 0.49
HSL 321.67º 0.7% 0.3% -
HSV(B) 321.67º 0.82% 0.51% -
XYZ 11.6 6.21 10.71 -
YUV 63.16 144.28 176.39 -
System Red Green Blue C M Y K H S L
Decimal 131 23 92 0 0.82 0.30 0.49 321.67 0.7 0.3
Hex 83 17 5C 0 52 1E 31 142 46 1E
Octal 203 27 134 0 122 36 61 502 106 36
Binary 10000011 10111 1011100 0 1010010 11110 110001 101000010 1000110 11110

Color Harmonies of #83175C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83175C

Black with #83175C

Text Example


Text Example

White with #83175C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83175C; }

 p { color: rgb(131,23,92); }

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

background-color css

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

 a { background-color: rgb(131,23,92); }

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

border-color css

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

 span { border-color: rgb(131,23,92); }

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