Html Css Color HEX #852633 Shiraz

📋 copy color: '#852633'

red 133 ◦ green 38 ◦ blue 51

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

Shades of Shiraz #852633

Tints of Shiraz #852633

RGB

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

 GREEN value IS 38 (15.23% from 255) = 17.12%

 BLUE value IS 51 (20.31% from 255) = 22.97%

R = 59.91%
G = 17.12%
B = 22.97%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.62

 K value IS 0.48

RGB Variations

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

Color information

#852633 (or 0x852633) is known color: Shiraz. HEX triplet: 85, 26 and 33. RGB value is (133,38,51). Sum of RGB (Red+Green+Blue) = 133+38+51=222 (29% of max value = 765). Red value is 133 (52.34% from 255 or 59.91% from 222); Green value is 38 (15.23% from 255 or 17.12% from 222); Blue value is 51 (20.31% from 255 or 22.97% from 222); Max value from RGB is 133 - color contains mainly: red. Hex color #852633 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852633 is #7AD9CC. Grayscale: #434343. Windows color (decimal): -8051149 or 3352197. OLE color: 3352197.

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

Color convert

RGB 133 38 51 -
CMYK 0 0.71 0.62 0.48
HSL 351.79º 0.56% 0.34% -
HSV(B) 351.79º 0.71% 0.52% -
XYZ 10.96 6.61 3.83 -
YUV 67.89 118.47 174.44 -
System Red Green Blue C M Y K H S L
Decimal 133 38 51 0 0.71 0.62 0.48 351.79 0.56 0.34
Hex 85 26 33 0 47 3E 30 160 38 22
Octal 205 46 63 0 107 76 60 540 70 42
Binary 10000101 100110 110011 0 1000111 111110 110000 101100000 111000 100010

Color Harmonies of #852633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852633

Black with #852633

Text Example


Text Example

White with #852633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852633; }

 p { color: rgb(133,38,51); }

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

background-color css

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

 a { background-color: rgb(133,38,51); }

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

border-color css

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

 span { border-color: rgb(133,38,51); }

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