Html Css Color HEX #851C3D Shiraz

📋 copy color: '#851C3D'

red 133 ◦ green 28 ◦ blue 61

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

Shades of Shiraz #851C3D

Tints of Shiraz #851C3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 27.48%

R = 59.91%
G = 12.61%
B = 27.48%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.54

 K value IS 0.48

RGB Variations

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

Color information

#851C3D (or 0x851C3D) is known color: Shiraz. HEX triplet: 85, 1C and 3D. RGB value is (133,28,61). Sum of RGB (Red+Green+Blue) = 133+28+61=222 (29% of max value = 765). Red value is 133 (52.34% from 255 or 59.91% from 222); Green value is 28 (11.33% from 255 or 12.61% from 222); Blue value is 61 (24.22% from 255 or 27.48% from 222); Max value from RGB is 133 - color contains mainly: red. Hex color #851C3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #851C3D is #7AE3C2. Grayscale: #3F3F3F. Windows color (decimal): -8053699 or 4004997. OLE color: 4004997.

HSL color Cylindrical-coordinate representation of color #851C3D: hue angle of 341.14º 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 #851C3D is Cyan = 0, Magento = 0.79, Yellow = 0.54 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 28 61 -
CMYK 0 0.79 0.54 0.48
HSL 341.14º 0.65% 0.32% -
HSV(B) 341.14º 0.79% 0.52% -
XYZ 10.93 6.15 5.03 -
YUV 63.16 126.79 177.82 -
System Red Green Blue C M Y K H S L
Decimal 133 28 61 0 0.79 0.54 0.48 341.14 0.65 0.32
Hex 85 1C 3D 0 4F 36 30 155 41 20
Octal 205 34 75 0 117 66 60 525 101 40
Binary 10000101 11100 111101 0 1001111 110110 110000 101010101 1000001 100000

Color Harmonies of #851C3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851C3D

Black with #851C3D

Text Example


Text Example

White with #851C3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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