#83382B

Color #83382B Crab Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crab Apple #83382B

Tints of Crab Apple #83382B

Color information

#83382B (or 0x83382B) is unknown color: approx Crab Apple. HEX triplet: 83, 38 and 2B. RGB value is (131,56,43). Sum of RGB (Red+Green+Blue) = 131+56+43=230 (30% of max value = 765). Red value is 131 (51.56% from 255 or 56.96% from 230); Green value is 56 (22.27% from 255 or 24.35% from 230); Blue value is 43 (17.19% from 255 or 18.70% from 230); Max value from RGB is 131 - color contains mainly: red. Hex color #83382B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83382B is #7CC7D4. Grayscale: #4D4D4D. Windows color (decimal): -8177621 or 2832515. OLE color: 2832515.

HSL color Cylindrical-coordinate representation of color #83382B: hue angle of 8.86º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #83382B is Cyan = 0, Magento = 0.57, Yellow = 0.67 and Black (K on CMYK) = 0.49.

Color convert

RGB1315643-
CMYK00.570.670.49
HSL8.86º50.57%34.12%-
HSV(B)8.86º67.18%51.37%-
XYZ11.217.833.21-
YUV76.94108.85166.56-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 56.96%
GREEN value IS 56 (22.27% from 255) = 24.35%
BLUE value IS 43 (17.19% from 255) = 18.70%
R=56.96%
G=24.35%
B=18.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.67
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131564300.570.670.498.8650.5734.12
Hex83382B039433193322
Octal203705307110361116342
Binary10000011111000101011011100110000111100011001110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83382B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,56,43); }

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

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

 a { background-color: rgb(131,56,43); }

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

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

 span { border-color: rgb(131,56,43); }

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