Html Css Color HEX #803233 Old Brick

📋 copy color: '#803233'

red 128 ◦ green 50 ◦ blue 51

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

Shades of Old Brick #803233

Tints of Old Brick #803233

RGB

 RED value IS 128 (50.39% from 255) = 55.9%

 GREEN value IS 50 (19.92% from 255) = 21.83%

 BLUE value IS 51 (20.31% from 255) = 22.27%

R = 55.9%
G = 21.83%
B = 22.27%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.60

 K value IS 0.50

RGB Variations

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

Color information

#803233 (or 0x803233) is known color: Old Brick. HEX triplet: 80, 32 and 33. RGB value is (128,50,51). Sum of RGB (Red+Green+Blue) = 128+50+51=229 (30% of max value = 765). Red value is 128 (50.39% from 255 or 55.90% from 229); Green value is 50 (19.92% from 255 or 21.83% from 229); Blue value is 51 (20.31% from 255 or 22.27% from 229); Max value from RGB is 128 - color contains mainly: red. Hex color #803233 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803233 is #7FCDCC. Grayscale: #494949. Windows color (decimal): -8375757 or 3355264. OLE color: 3355264.

HSL color Cylindrical-coordinate representation of color #803233: hue angle of 359.23º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #803233 is Cyan = 0, Magento = 0.61, Yellow = 0.60 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 50 51 -
CMYK 0 0.61 0.60 0.50
HSL 359.23º 0.44% 0.35% -
HSV(B) 359.23º 0.61% 0.5% -
XYZ 10.64 7.11 3.94 -
YUV 73.44 115.34 166.92 -
System Red Green Blue C M Y K H S L
Decimal 128 50 51 0 0.61 0.60 0.50 359.23 0.44 0.35
Hex 80 32 33 0 3D 3C 32 167 2C 23
Octal 200 62 63 0 75 74 62 547 54 43
Binary 10000000 110010 110011 0 111101 111100 110010 101100111 101100 100011

Color Harmonies of #803233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803233

Black with #803233

Text Example


Text Example

White with #803233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #803233; }

 p { color: rgb(128,50,51); }

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

background-color css

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

 a { background-color: rgb(128,50,51); }

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

border-color css

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

 span { border-color: rgb(128,50,51); }

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