Html Css Color HEX #83353A Old Brick

📋 copy color: '#83353A'

red 131 ◦ green 53 ◦ blue 58

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

Shades of Old Brick #83353A

Tints of Old Brick #83353A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 21.9%

 BLUE value IS 58 (23.05% from 255) = 23.97%

R = 54.13%
G = 21.9%
B = 23.97%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.56

 K value IS 0.49

RGB Variations

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

Color information

#83353A (or 0x83353A) is known color: Old Brick. HEX triplet: 83, 35 and 3A. RGB value is (131,53,58). Sum of RGB (Red+Green+Blue) = 131+53+58=242 (32% of max value = 765). Red value is 131 (51.56% from 255 or 54.13% from 242); Green value is 53 (21.09% from 255 or 21.90% from 242); Blue value is 58 (23.05% from 255 or 23.97% from 242); Max value from RGB is 131 - color contains mainly: red. Hex color #83353A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83353A is #7CCAC5. Grayscale: #4C4C4C. Windows color (decimal): -8178374 or 3814787. OLE color: 3814787.

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

Color convert

RGB 131 53 58 -
CMYK 0 0.60 0.56 0.49
HSL 356.15º 0.42% 0.36% -
HSV(B) 356.15º 0.6% 0.51% -
XYZ 11.4 7.68 4.88 -
YUV 76.89 117.34 166.59 -
System Red Green Blue C M Y K H S L
Decimal 131 53 58 0 0.60 0.56 0.49 356.15 0.42 0.36
Hex 83 35 3A 0 3C 38 31 164 2A 24
Octal 203 65 72 0 74 70 61 544 52 44
Binary 10000011 110101 111010 0 111100 111000 110001 101100100 101010 100100

Color Harmonies of #83353A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83353A

Black with #83353A

Text Example


Text Example

White with #83353A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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