Html Css Color HEX #84283C Shiraz

📋 copy color: '#84283C'

red 132 ◦ green 40 ◦ blue 60

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

Shades of Shiraz #84283C

Tints of Shiraz #84283C

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.24%

 BLUE value IS 60 (23.83% from 255) = 25.86%

R = 56.9%
G = 17.24%
B = 25.86%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.55

 K value IS 0.48

RGB Variations

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

Color information

#84283C (or 0x84283C) is known color: Shiraz. HEX triplet: 84, 28 and 3C. RGB value is (132,40,60). Sum of RGB (Red+Green+Blue) = 132+40+60=232 (30% of max value = 765). Red value is 132 (51.95% from 255 or 56.90% from 232); Green value is 40 (16.02% from 255 or 17.24% from 232); Blue value is 60 (23.83% from 255 or 25.86% from 232); Max value from RGB is 132 - color contains mainly: red. Hex color #84283C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84283C is #7BD7C3. Grayscale: #454545. Windows color (decimal): -8116164 or 3942532. OLE color: 3942532.

HSL color Cylindrical-coordinate representation of color #84283C: hue angle of 346.96º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #84283C is Cyan = 0, Magento = 0.70, Yellow = 0.55 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 40 60 -
CMYK 0 0.70 0.55 0.48
HSL 346.96º 0.53% 0.34% -
HSV(B) 346.96º 0.7% 0.52% -
XYZ 11.09 6.75 4.99 -
YUV 69.79 122.48 172.37 -
System Red Green Blue C M Y K H S L
Decimal 132 40 60 0 0.70 0.55 0.48 346.96 0.53 0.34
Hex 84 28 3C 0 46 37 30 15B 35 22
Octal 204 50 74 0 106 67 60 533 65 42
Binary 10000100 101000 111100 0 1000110 110111 110000 101011011 110101 100010

Color Harmonies of #84283C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84283C

Black with #84283C

Text Example


Text Example

White with #84283C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84283C; }

 p { color: rgb(132,40,60); }

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

background-color css

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

 a { background-color: rgb(132,40,60); }

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

border-color css

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

 span { border-color: rgb(132,40,60); }

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