Html Css Color HEX #82253A Shiraz

📋 copy color: '#82253A'

red 130 ◦ green 37 ◦ blue 58

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

Shades of Shiraz #82253A

Tints of Shiraz #82253A

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.44%

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

R = 57.78%
G = 16.44%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.55

 K value IS 0.49

RGB Variations

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

Color information

#82253A (or 0x82253A) is known color: Shiraz. HEX triplet: 82, 25 and 3A. RGB value is (130,37,58). Sum of RGB (Red+Green+Blue) = 130+37+58=225 (29% of max value = 765). Red value is 130 (51.17% from 255 or 57.78% from 225); Green value is 37 (14.84% from 255 or 16.44% from 225); Blue value is 58 (23.05% from 255 or 25.78% from 225); Max value from RGB is 130 - color contains mainly: red. Hex color #82253A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82253A is #7DDAC5. Grayscale: #434343. Windows color (decimal): -8248006 or 3810690. OLE color: 3810690.

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

Color convert

RGB 130 37 58 -
CMYK 0 0.72 0.55 0.49
HSL 346.45º 0.56% 0.33% -
HSV(B) 346.45º 0.72% 0.51% -
XYZ 10.63 6.37 4.67 -
YUV 67.2 122.81 172.79 -
System Red Green Blue C M Y K H S L
Decimal 130 37 58 0 0.72 0.55 0.49 346.45 0.56 0.33
Hex 82 25 3A 0 48 37 31 15A 38 21
Octal 202 45 72 0 110 67 61 532 70 41
Binary 10000010 100101 111010 0 1001000 110111 110001 101011010 111000 100001

Color Harmonies of #82253A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82253A

Black with #82253A

Text Example


Text Example

White with #82253A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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