Html Css Color HEX #83372A Crab Apple

📋 copy color: '#83372A'

red 131 ◦ green 55 ◦ blue 42

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

Shades of Crab Apple #83372A

Tints of Crab Apple #83372A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 24.12%

 BLUE value IS 42 (16.8% from 255) = 18.42%

R = 57.46%
G = 24.12%
B = 18.42%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.68

 K value IS 0.49

RGB Variations

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

Color information

#83372A (or 0x83372A) is known color: Crab Apple. HEX triplet: 83, 37 and 2A. RGB value is (131,55,42). Sum of RGB (Red+Green+Blue) = 131+55+42=228 (30% of max value = 765). Red value is 131 (51.56% from 255 or 57.46% from 228); Green value is 55 (21.88% from 255 or 24.12% from 228); Blue value is 42 (16.80% from 255 or 18.42% from 228); Max value from RGB is 131 - color contains mainly: red. Hex color #83372A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83372A is #7CC8D5. Grayscale: #4C4C4C. Windows color (decimal): -8177878 or 2766723. OLE color: 2766723.

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

Color convert

RGB 131 55 42 -
CMYK 0 0.58 0.68 0.49
HSL 8.76º 0.51% 0.34% -
HSV(B) 8.76º 0.68% 0.51% -
XYZ 11.14 7.72 3.09 -
YUV 76.24 108.68 167.06 -
System Red Green Blue C M Y K H S L
Decimal 131 55 42 0 0.58 0.68 0.49 8.76 0.51 0.34
Hex 83 37 2A 0 3A 44 31 9 33 22
Octal 203 67 52 0 72 104 61 11 63 42
Binary 10000011 110111 101010 0 111010 1000100 110001 1001 110011 100010

Color Harmonies of #83372A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83372A

Black with #83372A

Text Example


Text Example

White with #83372A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #83372A;
 }
 .AnyTagClassName
 {
   color: #83372A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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