Html Css Color HEX #82283B Shiraz

📋 copy color: '#82283B'

red 130 ◦ green 40 ◦ blue 59

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

Shades of Shiraz #82283B

Tints of Shiraz #82283B

RGB

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

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

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

R = 56.77%
G = 17.47%
B = 25.76%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.55

 K value IS 0.49

RGB Variations

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

Color information

#82283B (or 0x82283B) is known color: Shiraz. HEX triplet: 82, 28 and 3B. RGB value is (130,40,59). Sum of RGB (Red+Green+Blue) = 130+40+59=229 (30% of max value = 765). Red value is 130 (51.17% from 255 or 56.77% from 229); Green value is 40 (16.02% from 255 or 17.47% from 229); Blue value is 59 (23.44% from 255 or 25.76% from 229); Max value from RGB is 130 - color contains mainly: red. Hex color #82283B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #82283B is #7DD7C4. Grayscale: #454545. Windows color (decimal): -8247237 or 3876994. OLE color: 3876994.

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

Color convert

RGB 130 40 59 -
CMYK 0 0.69 0.55 0.49
HSL 347.33º 0.53% 0.33% -
HSV(B) 347.33º 0.69% 0.51% -
XYZ 10.75 6.58 4.84 -
YUV 69.08 122.32 171.46 -
System Red Green Blue C M Y K H S L
Decimal 130 40 59 0 0.69 0.55 0.49 347.33 0.53 0.33
Hex 82 28 3B 0 45 37 31 15B 35 21
Octal 202 50 73 0 105 67 61 533 65 41
Binary 10000010 101000 111011 0 1000101 110111 110001 101011011 110101 100001

Color Harmonies of #82283B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82283B

Black with #82283B

Text Example


Text Example

White with #82283B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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