Html Css Color HEX #842135 Shiraz

📋 copy color: '#842135'

red 132 ◦ green 33 ◦ blue 53

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

Shades of Shiraz #842135

Tints of Shiraz #842135

RGB

 RED value IS 132 (51.95% from 255) = 60.55%

 GREEN value IS 33 (13.28% from 255) = 15.14%

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

R = 60.55%
G = 15.14%
B = 24.31%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.60

 K value IS 0.48

RGB Variations

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

Color information

#842135 (or 0x842135) is known color: Shiraz. HEX triplet: 84, 21 and 35. RGB value is (132,33,53). Sum of RGB (Red+Green+Blue) = 132+33+53=218 (28% of max value = 765). Red value is 132 (51.95% from 255 or 60.55% from 218); Green value is 33 (13.28% from 255 or 15.14% from 218); Blue value is 53 (21.09% from 255 or 24.31% from 218); Max value from RGB is 132 - color contains mainly: red. Hex color #842135 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842135 is #7BDECA. Grayscale: #404040. Windows color (decimal): -8117963 or 3481988. OLE color: 3481988.

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

Color convert

RGB 132 33 53 -
CMYK 0 0.75 0.60 0.48
HSL 347.88º 0.6% 0.32% -
HSV(B) 347.88º 0.75% 0.52% -
XYZ 10.7 6.25 4.01 -
YUV 64.88 121.3 175.87 -
System Red Green Blue C M Y K H S L
Decimal 132 33 53 0 0.75 0.60 0.48 347.88 0.6 0.32
Hex 84 21 35 0 4B 3C 30 15C 3C 20
Octal 204 41 65 0 113 74 60 534 74 40
Binary 10000100 100001 110101 0 1001011 111100 110000 101011100 111100 100000

Color Harmonies of #842135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842135

Black with #842135

Text Example


Text Example

White with #842135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #842135; }

 p { color: rgb(132,33,53); }

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

background-color css

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

 a { background-color: rgb(132,33,53); }

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

border-color css

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

 span { border-color: rgb(132,33,53); }

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