Html Css Color HEX #833339 Old Brick

📋 copy color: '#833339'

red 131 ◦ green 51 ◦ blue 57

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

Shades of Old Brick #833339

Tints of Old Brick #833339

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.34%

 BLUE value IS 57 (22.66% from 255) = 23.85%

R = 54.81%
G = 21.34%
B = 23.85%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.56

 K value IS 0.49

RGB Variations

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

Color information

#833339 (or 0x833339) is known color: Old Brick. HEX triplet: 83, 33 and 39. RGB value is (131,51,57). Sum of RGB (Red+Green+Blue) = 131+51+57=239 (31% of max value = 765). Red value is 131 (51.56% from 255 or 54.81% from 239); Green value is 51 (20.31% from 255 or 21.34% from 239); Blue value is 57 (22.66% from 255 or 23.85% from 239); Max value from RGB is 131 - color contains mainly: red. Hex color #833339 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #833339 is #7CCCC6. Grayscale: #4B4B4B. Windows color (decimal): -8178887 or 3748739. OLE color: 3748739.

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

Color convert

RGB 131 51 57 -
CMYK 0 0.61 0.56 0.49
HSL 355.5º 0.44% 0.36% -
HSV(B) 355.5º 0.61% 0.51% -
XYZ 11.28 7.49 4.72 -
YUV 75.6 117.5 167.51 -
System Red Green Blue C M Y K H S L
Decimal 131 51 57 0 0.61 0.56 0.49 355.5 0.44 0.36
Hex 83 33 39 0 3D 38 31 164 2C 24
Octal 203 63 71 0 75 70 61 544 54 44
Binary 10000011 110011 111001 0 111101 111000 110001 101100100 101100 100100

Color Harmonies of #833339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #833339

Black with #833339

Text Example


Text Example

White with #833339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #833339; }

 p { color: rgb(131,51,57); }

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

background-color css

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

 a { background-color: rgb(131,51,57); }

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

border-color css

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

 span { border-color: rgb(131,51,57); }

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