#83352A

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

Shades of Crab Apple #83352A

Tints of Crab Apple #83352A

Color information

#83352A (or 0x83352A) is unknown color: approx Crab Apple. HEX triplet: 83, 35 and 2A. RGB value is (131,53,42). Sum of RGB (Red+Green+Blue) = 131+53+42=226 (29% of max value = 765). Red value is 131 (51.56% from 255 or 57.96% from 226); Green value is 53 (21.09% from 255 or 23.45% from 226); Blue value is 42 (16.80% from 255 or 18.58% from 226); Max value from RGB is 131 - color contains mainly: red. Hex color #83352A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83352A is #7CCAD5. Grayscale: #4B4B4B. Windows color (decimal): -8178390 or 2766211. OLE color: 2766211.

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

Color convert

RGB1315342-
CMYK00.600.680.49
HSL7.42º51.45%33.92%-
HSV(B)7.42º67.94%51.37%-
XYZ11.057.543.06-
YUV75.07109.34167.89-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 57.96%
GREEN value IS 53 (21.09% from 255) = 23.45%
BLUE value IS 42 (16.80% from 255) = 18.58%
R=57.96%
G=23.45%
B=18.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.68
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131534200.600.680.497.4251.4533.92
Hex83352A03C443173322
Octal20365520741046176342
Binary1000001111010110101001111001000100110001111110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83352A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,53,42); }

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

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

 a { background-color: rgb(131,53,42); }

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

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

 span { border-color: rgb(131,53,42); }

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