Html Css Color HEX #851F3E Shiraz

📋 copy color: '#851F3E'

red 133 ◦ green 31 ◦ blue 62

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

Shades of Shiraz #851F3E

Tints of Shiraz #851F3E

RGB

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

 GREEN value IS 31 (12.5% from 255) = 13.72%

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

R = 58.85%
G = 13.72%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.53

 K value IS 0.48

RGB Variations

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

Color information

#851F3E (or 0x851F3E) is known color: Shiraz. HEX triplet: 85, 1F and 3E. RGB value is (133,31,62). Sum of RGB (Red+Green+Blue) = 133+31+62=226 (29% of max value = 765). Red value is 133 (52.34% from 255 or 58.85% from 226); Green value is 31 (12.5% from 255 or 13.72% from 226); Blue value is 62 (24.61% from 255 or 27.43% from 226); Max value from RGB is 133 - color contains mainly: red. Hex color #851F3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #851F3E is #7AE0C1. Grayscale: #414141. Windows color (decimal): -8052930 or 4071301. OLE color: 4071301.

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

Color convert

RGB 133 31 62 -
CMYK 0 0.77 0.53 0.48
HSL 341.76º 0.62% 0.32% -
HSV(B) 341.76º 0.77% 0.52% -
XYZ 11.03 6.31 5.19 -
YUV 65.03 126.29 176.48 -
System Red Green Blue C M Y K H S L
Decimal 133 31 62 0 0.77 0.53 0.48 341.76 0.62 0.32
Hex 85 1F 3E 0 4D 35 30 156 3E 20
Octal 205 37 76 0 115 65 60 526 76 40
Binary 10000101 11111 111110 0 1001101 110101 110000 101010110 111110 100000

Color Harmonies of #851F3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851F3E

Black with #851F3E

Text Example


Text Example

White with #851F3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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