#83181B

Color #83181B Red Berry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Berry #83181B

Tints of Red Berry #83181B

Color information

#83181B (or 0x83181B) is unknown color: approx Red Berry. HEX triplet: 83, 18 and 1B. RGB value is (131,24,27). Sum of RGB (Red+Green+Blue) = 131+24+27=182 (24% of max value = 765). Red value is 131 (51.56% from 255 or 71.98% from 182); Green value is 24 (9.77% from 255 or 13.19% from 182); Blue value is 27 (10.94% from 255 or 14.84% from 182); Max value from RGB is 131 - color contains mainly: red. Hex color #83181B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83181B is #7CE7E4. Grayscale: #383838. Windows color (decimal): -8185829 or 1775747. OLE color: 1775747.

HSL color Cylindrical-coordinate representation of color #83181B: hue angle of 358.32º degrees, saturation: 0.69, 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 #83181B is Cyan = 0, Magento = 0.82, Yellow = 0.79 and Black (K on CMYK) = 0.49.

Color convert

RGB1312427-
CMYK00.820.790.49
HSL358.32º69.03%30.39%-
HSV(B)358.32º81.68%51.37%-
XYZ9.885.561.59-
YUV56.34111.45181.26-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 71.98%
GREEN value IS 24 (9.77% from 255) = 13.19%
BLUE value IS 27 (10.94% from 255) = 14.84%
R=71.98%
G=13.19%
B=14.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.79
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131242700.820.790.49358.3269.0330.39
Hex83181B0524F31166451e
Octal203303301221176154610536
Binary100000111100011011010100101001111110001101100110100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83181B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83181B; }

 p { color: rgb(131,24,27); }

 H1.HeaderClassName
 {
   color: #83181B;
 }
 .AnyTagClassName
 {
   color: #83181B;
 }
</style>
background-color css

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

 a { background-color: rgb(131,24,27); }

 div.DivClassName
 {
   background-color: #83181B;
 }
 .BgClassName
 {
   background-color: #83181B;
 }
</style>
border-color css

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

 span { border-color: rgb(131,24,27); }

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