Html Css Color HEX #852D3A Shiraz

📋 copy color: '#852D3A'

red 133 ◦ green 45 ◦ blue 58

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

Shades of Shiraz #852D3A

Tints of Shiraz #852D3A

RGB

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

 GREEN value IS 45 (17.97% from 255) = 19.07%

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

R = 56.36%
G = 19.07%
B = 24.58%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.56

 K value IS 0.48

RGB Variations

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

Color information

#852D3A (or 0x852D3A) is known color: Shiraz. HEX triplet: 85, 2D and 3A. RGB value is (133,45,58). Sum of RGB (Red+Green+Blue) = 133+45+58=236 (31% of max value = 765). Red value is 133 (52.34% from 255 or 56.36% from 236); Green value is 45 (17.97% from 255 or 19.07% from 236); Blue value is 58 (23.05% from 255 or 24.58% from 236); Max value from RGB is 133 - color contains mainly: red. Hex color #852D3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852D3A is #7AD2C5. Grayscale: #484848. Windows color (decimal): -8049350 or 3812741. OLE color: 3812741.

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

Color convert

RGB 133 45 58 -
CMYK 0 0.66 0.56 0.48
HSL 351.14º 0.49% 0.35% -
HSV(B) 351.14º 0.66% 0.52% -
XYZ 11.37 7.17 4.79 -
YUV 72.79 119.65 170.94 -
System Red Green Blue C M Y K H S L
Decimal 133 45 58 0 0.66 0.56 0.48 351.14 0.49 0.35
Hex 85 2D 3A 0 42 38 30 15F 31 23
Octal 205 55 72 0 102 70 60 537 61 43
Binary 10000101 101101 111010 0 1000010 111000 110000 101011111 110001 100011

Color Harmonies of #852D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852D3A

Black with #852D3A

Text Example


Text Example

White with #852D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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