Html Css Color HEX #85353A Old Brick

📋 copy color: '#85353A'

red 133 ◦ green 53 ◦ blue 58

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

Shades of Old Brick #85353A

Tints of Old Brick #85353A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 21.72%

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

R = 54.51%
G = 21.72%
B = 23.77%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.56

 K value IS 0.48

RGB Variations

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

Color information

#85353A (or 0x85353A) is known color: Old Brick. HEX triplet: 85, 35 and 3A. RGB value is (133,53,58). Sum of RGB (Red+Green+Blue) = 133+53+58=244 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.51% from 244); Green value is 53 (21.09% from 255 or 21.72% from 244); Blue value is 58 (23.05% from 255 or 23.77% from 244); Max value from RGB is 133 - color contains mainly: red. Hex color #85353A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85353A is #7ACAC5. Grayscale: #4D4D4D. Windows color (decimal): -8047302 or 3814789. OLE color: 3814789.

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

Color convert

RGB 133 53 58 -
CMYK 0 0.60 0.56 0.48
HSL 356.25º 0.43% 0.36% -
HSV(B) 356.25º 0.6% 0.52% -
XYZ 11.71 7.84 4.9 -
YUV 77.49 117 167.59 -
System Red Green Blue C M Y K H S L
Decimal 133 53 58 0 0.60 0.56 0.48 356.25 0.43 0.36
Hex 85 35 3A 0 3C 38 30 164 2B 24
Octal 205 65 72 0 74 70 60 544 53 44
Binary 10000101 110101 111010 0 111100 111000 110000 101100100 101011 100100

Color Harmonies of #85353A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85353A

Black with #85353A

Text Example


Text Example

White with #85353A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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