Html Css Color HEX #851D36 Shiraz

📋 copy color: '#851D36'

red 133 ◦ green 29 ◦ blue 54

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

Shades of Shiraz #851D36

Tints of Shiraz #851D36

RGB

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

 GREEN value IS 29 (11.72% from 255) = 13.43%

 BLUE value IS 54 (21.48% from 255) = 25%

R = 61.57%
G = 13.43%
B = 25%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.59

 K value IS 0.48

RGB Variations

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

Color information

#851D36 (or 0x851D36) is known color: Shiraz. HEX triplet: 85, 1D and 36. RGB value is (133,29,54). Sum of RGB (Red+Green+Blue) = 133+29+54=216 (28% of max value = 765). Red value is 133 (52.34% from 255 or 61.57% from 216); Green value is 29 (11.72% from 255 or 13.43% from 216); Blue value is 54 (21.48% from 255 or 25% from 216); Max value from RGB is 133 - color contains mainly: red. Hex color #851D36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #851D36 is #7AE2C9. Grayscale: #3E3E3E. Windows color (decimal): -8053450 or 3546501. OLE color: 3546501.

HSL color Cylindrical-coordinate representation of color #851D36: hue angle of 345.58º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #851D36 is Cyan = 0, Magento = 0.78, Yellow = 0.59 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 29 54 -
CMYK 0 0.78 0.59 0.48
HSL 345.58º 0.64% 0.32% -
HSV(B) 345.58º 0.78% 0.52% -
XYZ 10.78 6.13 4.11 -
YUV 62.95 122.96 177.97 -
System Red Green Blue C M Y K H S L
Decimal 133 29 54 0 0.78 0.59 0.48 345.58 0.64 0.32
Hex 85 1D 36 0 4E 3B 30 15A 40 20
Octal 205 35 66 0 116 73 60 532 100 40
Binary 10000101 11101 110110 0 1001110 111011 110000 101011010 1000000 100000

Color Harmonies of #851D36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851D36

Black with #851D36

Text Example


Text Example

White with #851D36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851D36; }

 p { color: rgb(133,29,54); }

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

background-color css

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

 a { background-color: rgb(133,29,54); }

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

border-color css

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

 span { border-color: rgb(133,29,54); }

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