Html Css Color HEX #851A38 Shiraz

📋 copy color: '#851A38'

red 133 ◦ green 26 ◦ blue 56

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

Shades of Shiraz #851A38

Tints of Shiraz #851A38

RGB

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

 GREEN value IS 26 (10.55% from 255) = 12.09%

 BLUE value IS 56 (22.27% from 255) = 26.05%

R = 61.86%
G = 12.09%
B = 26.05%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.58

 K value IS 0.48

RGB Variations

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

Color information

#851A38 (or 0x851A38) is known color: Shiraz. HEX triplet: 85, 1A and 38. RGB value is (133,26,56). Sum of RGB (Red+Green+Blue) = 133+26+56=215 (28% of max value = 765). Red value is 133 (52.34% from 255 or 61.86% from 215); Green value is 26 (10.55% from 255 or 12.09% from 215); Blue value is 56 (22.27% from 255 or 26.05% from 215); Max value from RGB is 133 - color contains mainly: red. Hex color #851A38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #851A38 is #7AE5C7. Grayscale: #3D3D3D. Windows color (decimal): -8054216 or 3676805. OLE color: 3676805.

HSL color Cylindrical-coordinate representation of color #851A38: hue angle of 343.18º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #851A38 is Cyan = 0, Magento = 0.80, Yellow = 0.58 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 26 56 -
CMYK 0 0.80 0.58 0.48
HSL 343.18º 0.67% 0.31% -
HSV(B) 343.18º 0.8% 0.52% -
XYZ 10.76 6.01 4.33 -
YUV 61.41 124.95 179.06 -
System Red Green Blue C M Y K H S L
Decimal 133 26 56 0 0.80 0.58 0.48 343.18 0.67 0.31
Hex 85 1A 38 0 50 3A 30 157 43 1F
Octal 205 32 70 0 120 72 60 527 103 37
Binary 10000101 11010 111000 0 1010000 111010 110000 101010111 1000011 11111

Color Harmonies of #851A38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851A38

Black with #851A38

Text Example


Text Example

White with #851A38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,26,56); }

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

background-color css

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

 a { background-color: rgb(133,26,56); }

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

border-color css

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

 span { border-color: rgb(133,26,56); }

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