Html Css Color HEX #82273B Shiraz

📋 copy color: '#82273B'

red 130 ◦ green 39 ◦ blue 59

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

Shades of Shiraz #82273B

Tints of Shiraz #82273B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 25.88%

R = 57.02%
G = 17.11%
B = 25.88%

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

#82273B (or 0x82273B) is known color: Shiraz. HEX triplet: 82, 27 and 3B. RGB value is (130,39,59). Sum of RGB (Red+Green+Blue) = 130+39+59=228 (30% of max value = 765). Red value is 130 (51.17% from 255 or 57.02% from 228); Green value is 39 (15.62% from 255 or 17.11% from 228); Blue value is 59 (23.44% from 255 or 25.88% from 228); Max value from RGB is 130 - color contains mainly: red. Hex color #82273B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82273B is #7DD8C4. Grayscale: #444444. Windows color (decimal): -8247493 or 3876738. OLE color: 3876738.

HSL color Cylindrical-coordinate representation of color #82273B: hue angle of 346.81º 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 #82273B is Cyan = 0, Magento = 0.70, Yellow = 0.55 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 39 59 -
CMYK 0 0.70 0.55 0.49
HSL 346.81º 0.54% 0.33% -
HSV(B) 346.81º 0.7% 0.51% -
XYZ 10.72 6.51 4.83 -
YUV 68.49 122.65 171.87 -
System Red Green Blue C M Y K H S L
Decimal 130 39 59 0 0.70 0.55 0.49 346.81 0.54 0.33
Hex 82 27 3B 0 46 37 31 15B 36 21
Octal 202 47 73 0 106 67 61 533 66 41
Binary 10000010 100111 111011 0 1000110 110111 110001 101011011 110110 100001

Color Harmonies of #82273B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82273B

Black with #82273B

Text Example


Text Example

White with #82273B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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