Html Css Color HEX #852534 Shiraz

📋 copy color: '#852534'

red 133 ◦ green 37 ◦ blue 52

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

Shades of Shiraz #852534

Tints of Shiraz #852534

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.67%

 BLUE value IS 52 (20.7% from 255) = 23.42%

R = 59.91%
G = 16.67%
B = 23.42%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.61

 K value IS 0.48

RGB Variations

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

Color information

#852534 (or 0x852534) is known color: Shiraz. HEX triplet: 85, 25 and 34. RGB value is (133,37,52). Sum of RGB (Red+Green+Blue) = 133+37+52=222 (29% of max value = 765). Red value is 133 (52.34% from 255 or 59.91% from 222); Green value is 37 (14.84% from 255 or 16.67% from 222); Blue value is 52 (20.70% from 255 or 23.42% from 222); Max value from RGB is 133 - color contains mainly: red. Hex color #852534 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852534 is #7ADACB. Grayscale: #434343. Windows color (decimal): -8051404 or 3417477. OLE color: 3417477.

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

Color convert

RGB 133 37 52 -
CMYK 0 0.72 0.61 0.48
HSL 350.63º 0.56% 0.33% -
HSV(B) 350.63º 0.72% 0.52% -
XYZ 10.95 6.56 3.94 -
YUV 67.41 119.3 174.78 -
System Red Green Blue C M Y K H S L
Decimal 133 37 52 0 0.72 0.61 0.48 350.63 0.56 0.33
Hex 85 25 34 0 48 3D 30 15F 38 21
Octal 205 45 64 0 110 75 60 537 70 41
Binary 10000101 100101 110100 0 1001000 111101 110000 101011111 111000 100001

Color Harmonies of #852534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852534

Black with #852534

Text Example


Text Example

White with #852534

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852534; }

 p { color: rgb(133,37,52); }

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

background-color css

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

 a { background-color: rgb(133,37,52); }

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

border-color css

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

 span { border-color: rgb(133,37,52); }

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