Html Css Color HEX #883334 Old Brick

📋 copy color: '#883334'

red 136 ◦ green 51 ◦ blue 52

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

Shades of Old Brick #883334

Tints of Old Brick #883334

RGB

 RED value IS 136 (53.52% from 255) = 56.9%

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

 BLUE value IS 52 (20.7% from 255) = 21.76%

R = 56.9%
G = 21.34%
B = 21.76%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.62

 K value IS 0.47

RGB Variations

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

Color information

#883334 (or 0x883334) is known color: Old Brick. HEX triplet: 88, 33 and 34. RGB value is (136,51,52). Sum of RGB (Red+Green+Blue) = 136+51+52=239 (31% of max value = 765). Red value is 136 (53.52% from 255 or 56.90% from 239); Green value is 51 (20.31% from 255 or 21.34% from 239); Blue value is 52 (20.70% from 255 or 21.76% from 239); Max value from RGB is 136 - color contains mainly: red. Hex color #883334 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883334 is #77CCCB. Grayscale: #4C4C4C. Windows color (decimal): -7851212 or 3421064. OLE color: 3421064.

HSL color Cylindrical-coordinate representation of color #883334: hue angle of 359.29º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #883334 is Cyan = 0, Magento = 0.62, Yellow = 0.62 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 51 52 -
CMYK 0 0.62 0.62 0.47
HSL 359.29º 0.45% 0.37% -
HSV(B) 359.29º 0.63% 0.53% -
XYZ 11.96 7.85 4.13 -
YUV 76.53 114.16 170.42 -
System Red Green Blue C M Y K H S L
Decimal 136 51 52 0 0.62 0.62 0.47 359.29 0.45 0.37
Hex 88 33 34 0 3E 3E 2F 167 2D 25
Octal 210 63 64 0 76 76 57 547 55 45
Binary 10001000 110011 110100 0 111110 111110 101111 101100111 101101 100101

Color Harmonies of #883334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883334

Black with #883334

Text Example


Text Example

White with #883334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #883334; }

 p { color: rgb(136,51,52); }

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

background-color css

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

 a { background-color: rgb(136,51,52); }

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

border-color css

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

 span { border-color: rgb(136,51,52); }

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