Html Css Color HEX #852C3A Shiraz

📋 copy color: '#852C3A'

red 133 ◦ green 44 ◦ blue 58

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

Shades of Shiraz #852C3A

Tints of Shiraz #852C3A

RGB

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

 GREEN value IS 44 (17.58% from 255) = 18.72%

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

R = 56.6%
G = 18.72%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.56

 K value IS 0.48

RGB Variations

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

Color information

#852C3A (or 0x852C3A) is known color: Shiraz. HEX triplet: 85, 2C and 3A. RGB value is (133,44,58). Sum of RGB (Red+Green+Blue) = 133+44+58=235 (31% of max value = 765). Red value is 133 (52.34% from 255 or 56.60% from 235); Green value is 44 (17.58% from 255 or 18.72% from 235); Blue value is 58 (23.05% from 255 or 24.68% from 235); Max value from RGB is 133 - color contains mainly: red. Hex color #852C3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852C3A is #7AD3C5. Grayscale: #484848. Windows color (decimal): -8049606 or 3812485. OLE color: 3812485.

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

Color convert

RGB 133 44 58 -
CMYK 0 0.67 0.56 0.48
HSL 350.56º 0.5% 0.35% -
HSV(B) 350.56º 0.67% 0.52% -
XYZ 11.34 7.09 4.77 -
YUV 72.21 119.99 171.36 -
System Red Green Blue C M Y K H S L
Decimal 133 44 58 0 0.67 0.56 0.48 350.56 0.5 0.35
Hex 85 2C 3A 0 43 38 30 15F 32 23
Octal 205 54 72 0 103 70 60 537 62 43
Binary 10000101 101100 111010 0 1000011 111000 110000 101011111 110010 100011

Color Harmonies of #852C3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852C3A

Black with #852C3A

Text Example


Text Example

White with #852C3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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