Html Css Color HEX #852E3A Shiraz

📋 copy color: '#852E3A'

red 133 ◦ green 46 ◦ blue 58

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

Shades of Shiraz #852E3A

Tints of Shiraz #852E3A

RGB

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

 GREEN value IS 46 (18.36% from 255) = 19.41%

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

R = 56.12%
G = 19.41%
B = 24.47%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.56

 K value IS 0.48

RGB Variations

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

Color information

#852E3A (or 0x852E3A) is known color: Shiraz. HEX triplet: 85, 2E and 3A. RGB value is (133,46,58). Sum of RGB (Red+Green+Blue) = 133+46+58=237 (31% of max value = 765). Red value is 133 (52.34% from 255 or 56.12% from 237); Green value is 46 (18.36% from 255 or 19.41% from 237); Blue value is 58 (23.05% from 255 or 24.47% from 237); Max value from RGB is 133 - color contains mainly: red. Hex color #852E3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852E3A is #7AD1C5. Grayscale: #494949. Windows color (decimal): -8049094 or 3812997. OLE color: 3812997.

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

Color convert

RGB 133 46 58 -
CMYK 0 0.65 0.56 0.48
HSL 351.72º 0.49% 0.35% -
HSV(B) 351.72º 0.65% 0.52% -
XYZ 11.41 7.25 4.8 -
YUV 73.38 119.32 170.52 -
System Red Green Blue C M Y K H S L
Decimal 133 46 58 0 0.65 0.56 0.48 351.72 0.49 0.35
Hex 85 2E 3A 0 41 38 30 160 31 23
Octal 205 56 72 0 101 70 60 540 61 43
Binary 10000101 101110 111010 0 1000001 111000 110000 101100000 110001 100011

Color Harmonies of #852E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852E3A

Black with #852E3A

Text Example


Text Example

White with #852E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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