Html Css Color HEX #852631 Shiraz

📋 copy color: '#852631'

red 133 ◦ green 38 ◦ blue 49

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

Shades of Shiraz #852631

Tints of Shiraz #852631

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 22.27%

R = 60.45%
G = 17.27%
B = 22.27%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.63

 K value IS 0.48

RGB Variations

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

Color information

#852631 (or 0x852631) is known color: Shiraz. HEX triplet: 85, 26 and 31. RGB value is (133,38,49). Sum of RGB (Red+Green+Blue) = 133+38+49=220 (29% of max value = 765). Red value is 133 (52.34% from 255 or 60.45% from 220); Green value is 38 (15.23% from 255 or 17.27% from 220); Blue value is 49 (19.53% from 255 or 22.27% from 220); Max value from RGB is 133 - color contains mainly: red. Hex color #852631 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852631 is #7AD9CE. Grayscale: #434343. Windows color (decimal): -8051151 or 3221125. OLE color: 3221125.

HSL color Cylindrical-coordinate representation of color #852631: hue angle of 353.05º 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 #852631 is Cyan = 0, Magento = 0.71, Yellow = 0.63 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 38 49 -
CMYK 0 0.71 0.63 0.48
HSL 353.05º 0.56% 0.34% -
HSV(B) 353.05º 0.71% 0.52% -
XYZ 10.92 6.59 3.6 -
YUV 67.66 117.47 174.61 -
System Red Green Blue C M Y K H S L
Decimal 133 38 49 0 0.71 0.63 0.48 353.05 0.56 0.34
Hex 85 26 31 0 47 3F 30 161 38 22
Octal 205 46 61 0 107 77 60 541 70 42
Binary 10000101 100110 110001 0 1000111 111111 110000 101100001 111000 100010

Color Harmonies of #852631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852631

Black with #852631

Text Example


Text Example

White with #852631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852631; }

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

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

background-color css

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

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

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

border-color css

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

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

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