Html Css Color HEX #852A3A Shiraz

📋 copy color: '#852A3A'

red 133 ◦ green 42 ◦ blue 58

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

Shades of Shiraz #852A3A

Tints of Shiraz #852A3A

RGB

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

 GREEN value IS 42 (16.8% from 255) = 18.03%

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

R = 57.08%
G = 18.03%
B = 24.89%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.56

 K value IS 0.48

RGB Variations

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

Color information

#852A3A (or 0x852A3A) is known color: Shiraz. HEX triplet: 85, 2A and 3A. RGB value is (133,42,58). Sum of RGB (Red+Green+Blue) = 133+42+58=233 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.08% from 233); Green value is 42 (16.80% from 255 or 18.03% from 233); Blue value is 58 (23.05% from 255 or 24.89% from 233); Max value from RGB is 133 - color contains mainly: red. Hex color #852A3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852A3A is #7AD5C5. Grayscale: #474747. Windows color (decimal): -8050118 or 3811973. OLE color: 3811973.

HSL color Cylindrical-coordinate representation of color #852A3A: hue angle of 349.45º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #852A3A is Cyan = 0, Magento = 0.68, Yellow = 0.56 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 42 58 -
CMYK 0 0.68 0.56 0.48
HSL 349.45º 0.52% 0.34% -
HSV(B) 349.45º 0.68% 0.52% -
XYZ 11.26 6.95 4.75 -
YUV 71.03 120.65 172.2 -
System Red Green Blue C M Y K H S L
Decimal 133 42 58 0 0.68 0.56 0.48 349.45 0.52 0.34
Hex 85 2A 3A 0 44 38 30 15D 34 22
Octal 205 52 72 0 104 70 60 535 64 42
Binary 10000101 101010 111010 0 1000100 111000 110000 101011101 110100 100010

Color Harmonies of #852A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852A3A

Black with #852A3A

Text Example


Text Example

White with #852A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852A3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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