Html Css Color HEX #85353B Old Brick

📋 copy color: '#85353B'

red 133 ◦ green 53 ◦ blue 59

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

Shades of Old Brick #85353B

Tints of Old Brick #85353B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 24.08%

R = 54.29%
G = 21.63%
B = 24.08%

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

#85353B (or 0x85353B) is known color: Old Brick. HEX triplet: 85, 35 and 3B. RGB value is (133,53,59). Sum of RGB (Red+Green+Blue) = 133+53+59=245 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.29% from 245); Green value is 53 (21.09% from 255 or 21.63% from 245); Blue value is 59 (23.44% from 255 or 24.08% from 245); Max value from RGB is 133 - color contains mainly: red. Hex color #85353B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85353B is #7ACAC4. Grayscale: #4D4D4D. Windows color (decimal): -8047301 or 3880325. OLE color: 3880325.

HSL color Cylindrical-coordinate representation of color #85353B: hue angle of 355.5º 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 #85353B is Cyan = 0, Magento = 0.60, Yellow = 0.56 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 53 59 -
CMYK 0 0.60 0.56 0.48
HSL 355.5º 0.43% 0.36% -
HSV(B) 355.5º 0.6% 0.52% -
XYZ 11.74 7.85 5.03 -
YUV 77.6 117.5 167.51 -
System Red Green Blue C M Y K H S L
Decimal 133 53 59 0 0.60 0.56 0.48 355.5 0.43 0.36
Hex 85 35 3B 0 3C 38 30 164 2B 24
Octal 205 65 73 0 74 70 60 544 53 44
Binary 10000101 110101 111011 0 111100 111000 110000 101100100 101011 100100

Color Harmonies of #85353B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85353B

Black with #85353B

Text Example


Text Example

White with #85353B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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