Html Css Color HEX #851D35 Shiraz

📋 copy color: '#851D35'

red 133 ◦ green 29 ◦ blue 53

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

Shades of Shiraz #851D35

Tints of Shiraz #851D35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 24.65%

R = 61.86%
G = 13.49%
B = 24.65%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.60

 K value IS 0.48

RGB Variations

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

Color information

#851D35 (or 0x851D35) is known color: Shiraz. HEX triplet: 85, 1D and 35. RGB value is (133,29,53). Sum of RGB (Red+Green+Blue) = 133+29+53=215 (28% of max value = 765). Red value is 133 (52.34% from 255 or 61.86% from 215); Green value is 29 (11.72% from 255 or 13.49% from 215); Blue value is 53 (21.09% from 255 or 24.65% from 215); Max value from RGB is 133 - color contains mainly: red. Hex color #851D35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #851D35 is #7AE2CA. Grayscale: #3E3E3E. Windows color (decimal): -8053451 or 3480965. OLE color: 3480965.

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

Color convert

RGB 133 29 53 -
CMYK 0 0.78 0.60 0.48
HSL 346.15º 0.64% 0.32% -
HSV(B) 346.15º 0.78% 0.52% -
XYZ 10.75 6.12 3.98 -
YUV 62.83 122.46 178.05 -
System Red Green Blue C M Y K H S L
Decimal 133 29 53 0 0.78 0.60 0.48 346.15 0.64 0.32
Hex 85 1D 35 0 4E 3C 30 15A 40 20
Octal 205 35 65 0 116 74 60 532 100 40
Binary 10000101 11101 110101 0 1001110 111100 110000 101011010 1000000 100000

Color Harmonies of #851D35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851D35

Black with #851D35

Text Example


Text Example

White with #851D35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,29,53); }

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

background-color css

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

 a { background-color: rgb(133,29,53); }

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

border-color css

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

 span { border-color: rgb(133,29,53); }

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