Html Css Color HEX #861D3A Shiraz

📋 copy color: '#861D3A'

red 134 ◦ green 29 ◦ blue 58

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

Shades of Shiraz #861D3A

Tints of Shiraz #861D3A

RGB

 RED value IS 134 (52.73% from 255) = 60.63%

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

 BLUE value IS 58 (23.05% from 255) = 26.24%

R = 60.63%
G = 13.12%
B = 26.24%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.57

 K value IS 0.47

RGB Variations

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

Color information

#861D3A (or 0x861D3A) is known color: Shiraz. HEX triplet: 86, 1D and 3A. RGB value is (134,29,58). Sum of RGB (Red+Green+Blue) = 134+29+58=221 (29% of max value = 765). Red value is 134 (52.73% from 255 or 60.63% from 221); Green value is 29 (11.72% from 255 or 13.12% from 221); Blue value is 58 (23.05% from 255 or 26.24% from 221); Max value from RGB is 134 - color contains mainly: red. Hex color #861D3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #861D3A is #79E2C5. Grayscale: #3F3F3F. Windows color (decimal): -7987910 or 3808646. OLE color: 3808646.

HSL color Cylindrical-coordinate representation of color #861D3A: hue angle of 343.43º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #861D3A is Cyan = 0, Magento = 0.78, Yellow = 0.57 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 29 58 -
CMYK 0 0.78 0.57 0.47
HSL 343.43º 0.64% 0.32% -
HSV(B) 343.43º 0.78% 0.53% -
XYZ 11.03 6.25 4.63 -
YUV 63.7 124.79 178.14 -
System Red Green Blue C M Y K H S L
Decimal 134 29 58 0 0.78 0.57 0.47 343.43 0.64 0.32
Hex 86 1D 3A 0 4E 39 2F 157 40 20
Octal 206 35 72 0 116 71 57 527 100 40
Binary 10000110 11101 111010 0 1001110 111001 101111 101010111 1000000 100000

Color Harmonies of #861D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861D3A

Black with #861D3A

Text Example


Text Example

White with #861D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #861D3A; }

 p { color: rgb(134,29,58); }

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

background-color css

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

 a { background-color: rgb(134,29,58); }

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

border-color css

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

 span { border-color: rgb(134,29,58); }

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