Html Css Color HEX #821C3C Shiraz

📋 copy color: '#821C3C'

red 130 ◦ green 28 ◦ blue 60

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

Shades of Shiraz #821C3C

Tints of Shiraz #821C3C

RGB

 RED value IS 130 (51.17% from 255) = 59.63%

 GREEN value IS 28 (11.33% from 255) = 12.84%

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

R = 59.63%
G = 12.84%
B = 27.52%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.54

 K value IS 0.49

RGB Variations

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

Color information

#821C3C (or 0x821C3C) is known color: Shiraz. HEX triplet: 82, 1C and 3C. RGB value is (130,28,60). Sum of RGB (Red+Green+Blue) = 130+28+60=218 (28% of max value = 765). Red value is 130 (51.17% from 255 or 59.63% from 218); Green value is 28 (11.33% from 255 or 12.84% from 218); Blue value is 60 (23.83% from 255 or 27.52% from 218); Max value from RGB is 130 - color contains mainly: red. Hex color #821C3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #821C3C is #7DE3C3. Grayscale: #3E3E3E. Windows color (decimal): -8250308 or 3939458. OLE color: 3939458.

HSL color Cylindrical-coordinate representation of color #821C3C: hue angle of 341.18º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #821C3C is Cyan = 0, Magento = 0.78, Yellow = 0.54 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 28 60 -
CMYK 0 0.78 0.54 0.49
HSL 341.18º 0.65% 0.31% -
HSV(B) 341.18º 0.78% 0.51% -
XYZ 10.44 5.9 4.86 -
YUV 62.15 126.79 176.4 -
System Red Green Blue C M Y K H S L
Decimal 130 28 60 0 0.78 0.54 0.49 341.18 0.65 0.31
Hex 82 1C 3C 0 4E 36 31 155 41 1F
Octal 202 34 74 0 116 66 61 525 101 37
Binary 10000010 11100 111100 0 1001110 110110 110001 101010101 1000001 11111

Color Harmonies of #821C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821C3C

Black with #821C3C

Text Example


Text Example

White with #821C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821C3C; }

 p { color: rgb(130,28,60); }

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

background-color css

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

 a { background-color: rgb(130,28,60); }

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

border-color css

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

 span { border-color: rgb(130,28,60); }

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