#83181A

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

Shades of Red Berry #83181A

Tints of Red Berry #83181A

Color information

#83181A (or 0x83181A) is unknown color: approx Red Berry. HEX triplet: 83, 18 and 1A. RGB value is (131,24,26). Sum of RGB (Red+Green+Blue) = 131+24+26=181 (23% of max value = 765). Red value is 131 (51.56% from 255 or 72.38% from 181); Green value is 24 (9.77% from 255 or 13.26% from 181); Blue value is 26 (10.55% from 255 or 14.36% from 181); Max value from RGB is 131 - color contains mainly: red. Hex color #83181A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #83181A is #7CE7E5. Grayscale: #383838. Windows color (decimal): -8185830 or 1710211. OLE color: 1710211.

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

Color convert

RGB1312426-
CMYK00.820.800.49
HSL358.88º69.03%30.39%-
HSV(B)358.88º81.68%51.37%-
XYZ9.875.551.53-
YUV56.22110.95181.34-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 72.38%
GREEN value IS 24 (9.77% from 255) = 13.26%
BLUE value IS 26 (10.55% from 255) = 14.36%
R=72.38%
G=13.26%
B=14.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.80
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131242600.820.800.49358.8869.0330.39
Hex83181A0525031167451e
Octal203303201221206154710536
Binary100000111100011010010100101010000110001101100111100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83181A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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