Html Css Color HEX #83312B Crab Apple

📋 copy color: '#83312B'

red 131 ◦ green 49 ◦ blue 43

#83312B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crab Apple #83312B

Tints of Crab Apple #83312B

RGB

 RED value IS 131 (51.56% from 255) = 58.74%

 GREEN value IS 49 (19.53% from 255) = 21.97%

 BLUE value IS 43 (17.19% from 255) = 19.28%

R = 58.74%
G = 21.97%
B = 19.28%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.67

 K value IS 0.49

RGB Variations

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

Color information

#83312B (or 0x83312B) is known color: Crab Apple. HEX triplet: 83, 31 and 2B. RGB value is (131,49,43). Sum of RGB (Red+Green+Blue) = 131+49+43=223 (29% of max value = 765). Red value is 131 (51.56% from 255 or 58.74% from 223); Green value is 49 (19.53% from 255 or 21.97% from 223); Blue value is 43 (17.19% from 255 or 19.28% from 223); Max value from RGB is 131 - color contains mainly: red. Hex color #83312B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83312B is #7CCED4. Grayscale: #484848. Windows color (decimal): -8179413 or 2830723. OLE color: 2830723.

HSL color Cylindrical-coordinate representation of color #83312B: hue angle of 4.09º 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 #83312B is Cyan = 0, Magento = 0.63, Yellow = 0.67 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 49 43 -
CMYK 0 0.63 0.67 0.49
HSL 4.09º 0.51% 0.34% -
HSV(B) 4.09º 0.67% 0.51% -
XYZ 10.89 7.2 3.1 -
YUV 72.83 111.17 169.49 -
System Red Green Blue C M Y K H S L
Decimal 131 49 43 0 0.63 0.67 0.49 4.09 0.51 0.34
Hex 83 31 2B 0 3F 43 31 4 33 22
Octal 203 61 53 0 77 103 61 4 63 42
Binary 10000011 110001 101011 0 111111 1000011 110001 100 110011 100010

Color Harmonies of #83312B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83312B

Black with #83312B

Text Example


Text Example

White with #83312B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #83312B;
 }
 .AnyTagClassName
 {
   color: #83312B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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