Html Css Color HEX #83343B Old Brick

📋 copy color: '#83343B'

red 131 ◦ green 52 ◦ blue 59

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

Shades of Old Brick #83343B

Tints of Old Brick #83343B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.49%

 BLUE value IS 59 (23.44% from 255) = 24.38%

R = 54.13%
G = 21.49%
B = 24.38%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.55

 K value IS 0.49

RGB Variations

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

Color information

#83343B (or 0x83343B) is known color: Old Brick. HEX triplet: 83, 34 and 3B. RGB value is (131,52,59). Sum of RGB (Red+Green+Blue) = 131+52+59=242 (32% of max value = 765). Red value is 131 (51.56% from 255 or 54.13% from 242); Green value is 52 (20.70% from 255 or 21.49% from 242); Blue value is 59 (23.44% from 255 or 24.38% from 242); Max value from RGB is 131 - color contains mainly: red. Hex color #83343B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83343B is #7CCBC4. Grayscale: #4C4C4C. Windows color (decimal): -8178629 or 3880067. OLE color: 3880067.

HSL color Cylindrical-coordinate representation of color #83343B: hue angle of 354.68º degrees, saturation: 0.43, 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 #83343B is Cyan = 0, Magento = 0.60, Yellow = 0.55 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 52 59 -
CMYK 0 0.60 0.55 0.49
HSL 354.68º 0.43% 0.36% -
HSV(B) 354.68º 0.6% 0.51% -
XYZ 11.38 7.6 5 -
YUV 76.42 118.17 166.93 -
System Red Green Blue C M Y K H S L
Decimal 131 52 59 0 0.60 0.55 0.49 354.68 0.43 0.36
Hex 83 34 3B 0 3C 37 31 163 2B 24
Octal 203 64 73 0 74 67 61 543 53 44
Binary 10000011 110100 111011 0 111100 110111 110001 101100011 101011 100100

Color Harmonies of #83343B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83343B

Black with #83343B

Text Example


Text Example

White with #83343B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,52,59); }

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

background-color css

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

 a { background-color: rgb(131,52,59); }

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

border-color css

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

 span { border-color: rgb(131,52,59); }

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