#83382D

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

Shades of Crab Apple #83382D

Tints of Crab Apple #83382D

Color information

#83382D (or 0x83382D) is unknown color: approx Crab Apple. HEX triplet: 83, 38 and 2D. RGB value is (131,56,45). Sum of RGB (Red+Green+Blue) = 131+56+45=232 (30% of max value = 765). Red value is 131 (51.56% from 255 or 56.47% from 232); Green value is 56 (22.27% from 255 or 24.14% from 232); Blue value is 45 (17.97% from 255 or 19.40% from 232); Max value from RGB is 131 - color contains mainly: red. Hex color #83382D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83382D is #7CC7D2. Grayscale: #4D4D4D. Windows color (decimal): -8177619 or 2963587. OLE color: 2963587.

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

Color convert

RGB1315645-
CMYK00.570.660.49
HSL7.67º48.86%34.51%-
HSV(B)7.67º65.65%51.37%-
XYZ11.257.843.4-
YUV77.17109.85166.39-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 56.47%
GREEN value IS 56 (22.27% from 255) = 24.14%
BLUE value IS 45 (17.97% from 255) = 19.40%
R=56.47%
G=24.14%
B=19.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.66
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131564500.570.660.497.6748.8634.51
Hex83382D039423183123
Octal203705507110261106143
Binary10000011111000101101011100110000101100011000110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83382D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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