Html Css Color HEX #85323A Old Brick

📋 copy color: '#85323A'

red 133 ◦ green 50 ◦ blue 58

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

Shades of Old Brick #85323A

Tints of Old Brick #85323A

RGB

 RED value IS 133 (52.34% from 255) = 55.19%

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

 BLUE value IS 58 (23.05% from 255) = 24.07%

R = 55.19%
G = 20.75%
B = 24.07%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.56

 K value IS 0.48

RGB Variations

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

Color information

#85323A (or 0x85323A) is known color: Old Brick. HEX triplet: 85, 32 and 3A. RGB value is (133,50,58). Sum of RGB (Red+Green+Blue) = 133+50+58=241 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.19% from 241); Green value is 50 (19.92% from 255 or 20.75% from 241); Blue value is 58 (23.05% from 255 or 24.07% from 241); Max value from RGB is 133 - color contains mainly: red. Hex color #85323A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85323A is #7ACDC5. Grayscale: #4B4B4B. Windows color (decimal): -8048070 or 3814021. OLE color: 3814021.

HSL color Cylindrical-coordinate representation of color #85323A: hue angle of 354.22º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #85323A is Cyan = 0, Magento = 0.62, Yellow = 0.56 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 50 58 -
CMYK 0 0.62 0.56 0.48
HSL 354.22º 0.45% 0.36% -
HSV(B) 354.22º 0.62% 0.52% -
XYZ 11.58 7.57 4.85 -
YUV 75.73 118 168.85 -
System Red Green Blue C M Y K H S L
Decimal 133 50 58 0 0.62 0.56 0.48 354.22 0.45 0.36
Hex 85 32 3A 0 3E 38 30 162 2D 24
Octal 205 62 72 0 76 70 60 542 55 44
Binary 10000101 110010 111010 0 111110 111000 110000 101100010 101101 100100

Color Harmonies of #85323A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85323A

Black with #85323A

Text Example


Text Example

White with #85323A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85323A; }

 p { color: rgb(133,50,58); }

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

background-color css

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

 a { background-color: rgb(133,50,58); }

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

border-color css

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

 span { border-color: rgb(133,50,58); }

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