Html Css Color HEX #851C3E Shiraz

📋 copy color: '#851C3E'

red 133 ◦ green 28 ◦ blue 62

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

Shades of Shiraz #851C3E

Tints of Shiraz #851C3E

RGB

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

 GREEN value IS 28 (11.33% from 255) = 12.56%

 BLUE value IS 62 (24.61% from 255) = 27.8%

R = 59.64%
G = 12.56%
B = 27.8%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.53

 K value IS 0.48

RGB Variations

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

Color information

#851C3E (or 0x851C3E) is known color: Shiraz. HEX triplet: 85, 1C and 3E. RGB value is (133,28,62). Sum of RGB (Red+Green+Blue) = 133+28+62=223 (29% of max value = 765). Red value is 133 (52.34% from 255 or 59.64% from 223); Green value is 28 (11.33% from 255 or 12.56% from 223); Blue value is 62 (24.61% from 255 or 27.80% from 223); Max value from RGB is 133 - color contains mainly: red. Hex color #851C3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #851C3E is #7AE3C1. Grayscale: #3F3F3F. Windows color (decimal): -8053698 or 4070533. OLE color: 4070533.

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

Color convert

RGB 133 28 62 -
CMYK 0 0.79 0.53 0.48
HSL 340.57º 0.65% 0.32% -
HSV(B) 340.57º 0.79% 0.52% -
XYZ 10.96 6.16 5.17 -
YUV 63.27 127.29 177.74 -
System Red Green Blue C M Y K H S L
Decimal 133 28 62 0 0.79 0.53 0.48 340.57 0.65 0.32
Hex 85 1C 3E 0 4F 35 30 155 41 20
Octal 205 34 76 0 117 65 60 525 101 40
Binary 10000101 11100 111110 0 1001111 110101 110000 101010101 1000001 100000

Color Harmonies of #851C3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851C3E

Black with #851C3E

Text Example


Text Example

White with #851C3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,28,62); }

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

background-color css

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

 a { background-color: rgb(133,28,62); }

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

border-color css

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

 span { border-color: rgb(133,28,62); }

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