Html Css Color HEX #82273A Shiraz

📋 copy color: '#82273A'

red 130 ◦ green 39 ◦ blue 58

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

Shades of Shiraz #82273A

Tints of Shiraz #82273A

RGB

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

 GREEN value IS 39 (15.63% from 255) = 17.18%

 BLUE value IS 58 (23.05% from 255) = 25.55%

R = 57.27%
G = 17.18%
B = 25.55%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.55

 K value IS 0.49

RGB Variations

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

Color information

#82273A (or 0x82273A) is known color: Shiraz. HEX triplet: 82, 27 and 3A. RGB value is (130,39,58). Sum of RGB (Red+Green+Blue) = 130+39+58=227 (30% of max value = 765). Red value is 130 (51.17% from 255 or 57.27% from 227); Green value is 39 (15.62% from 255 or 17.18% from 227); Blue value is 58 (23.05% from 255 or 25.55% from 227); Max value from RGB is 130 - color contains mainly: red. Hex color #82273A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82273A is #7DD8C5. Grayscale: #444444. Windows color (decimal): -8247494 or 3811202. OLE color: 3811202.

HSL color Cylindrical-coordinate representation of color #82273A: hue angle of 347.47º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #82273A is Cyan = 0, Magento = 0.70, Yellow = 0.55 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 39 58 -
CMYK 0 0.70 0.55 0.49
HSL 347.47º 0.54% 0.33% -
HSV(B) 347.47º 0.7% 0.51% -
XYZ 10.7 6.5 4.69 -
YUV 68.38 122.15 171.96 -
System Red Green Blue C M Y K H S L
Decimal 130 39 58 0 0.70 0.55 0.49 347.47 0.54 0.33
Hex 82 27 3A 0 46 37 31 15B 36 21
Octal 202 47 72 0 106 67 61 533 66 41
Binary 10000010 100111 111010 0 1000110 110111 110001 101011011 110110 100001

Color Harmonies of #82273A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82273A

Black with #82273A

Text Example


Text Example

White with #82273A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82273A; }

 p { color: rgb(130,39,58); }

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

background-color css

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

 a { background-color: rgb(130,39,58); }

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

border-color css

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

 span { border-color: rgb(130,39,58); }

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