Html Css Color HEX #8B3334 Old Brick

📋 copy color: '#8B3334'

red 139 ◦ green 51 ◦ blue 52

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

Shades of Old Brick #8B3334

Tints of Old Brick #8B3334

RGB

 RED value IS 139 (54.69% from 255) = 57.44%

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

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

R = 57.44%
G = 21.07%
B = 21.49%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.63

 K value IS 0.45

RGB Variations

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

Color information

#8B3334 (or 0x8B3334) is known color: Old Brick. HEX triplet: 8B, 33 and 34. RGB value is (139,51,52). Sum of RGB (Red+Green+Blue) = 139+51+52=242 (32% of max value = 765). Red value is 139 (54.69% from 255 or 57.44% from 242); Green value is 51 (20.31% from 255 or 21.07% from 242); Blue value is 52 (20.70% from 255 or 21.49% from 242); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3334 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B3334 is #74CCCB. Grayscale: #4D4D4D. Windows color (decimal): -7654604 or 3421067. OLE color: 3421067.

HSL color Cylindrical-coordinate representation of color #8B3334: hue angle of 359.32º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8B3334 is Cyan = 0, Magento = 0.63, Yellow = 0.63 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 51 52 -
CMYK 0 0.63 0.63 0.45
HSL 359.32º 0.46% 0.37% -
HSV(B) 359.32º 0.63% 0.55% -
XYZ 12.45 8.1 4.16 -
YUV 77.43 113.65 171.92 -
System Red Green Blue C M Y K H S L
Decimal 139 51 52 0 0.63 0.63 0.45 359.32 0.46 0.37
Hex 8B 33 34 0 3F 3F 2D 167 2E 25
Octal 213 63 64 0 77 77 55 547 56 45
Binary 10001011 110011 110100 0 111111 111111 101101 101100111 101110 100101

Color Harmonies of #8B3334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B3334

Black with #8B3334

Text Example


Text Example

White with #8B3334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8B3334; }

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

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

background-color css

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

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

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

border-color css

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

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

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