Html Css Color HEX #83253A Shiraz

📋 copy color: '#83253A'

red 131 ◦ green 37 ◦ blue 58

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

Shades of Shiraz #83253A

Tints of Shiraz #83253A

RGB

 RED value IS 131 (51.56% from 255) = 57.96%

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

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

R = 57.96%
G = 16.37%
B = 25.66%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.56

 K value IS 0.49

RGB Variations

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

Color information

#83253A (or 0x83253A) is known color: Shiraz. HEX triplet: 83, 25 and 3A. RGB value is (131,37,58). Sum of RGB (Red+Green+Blue) = 131+37+58=226 (29% of max value = 765). Red value is 131 (51.56% from 255 or 57.96% from 226); Green value is 37 (14.84% from 255 or 16.37% from 226); Blue value is 58 (23.05% from 255 or 25.66% from 226); Max value from RGB is 131 - color contains mainly: red. Hex color #83253A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #83253A is #7CDAC5. Grayscale: #434343. Windows color (decimal): -8182470 or 3810691. OLE color: 3810691.

HSL color Cylindrical-coordinate representation of color #83253A: hue angle of 346.6º 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 #83253A is Cyan = 0, Magento = 0.72, Yellow = 0.56 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 37 58 -
CMYK 0 0.72 0.56 0.49
HSL 346.6º 0.56% 0.33% -
HSV(B) 346.6º 0.72% 0.51% -
XYZ 10.79 6.45 4.68 -
YUV 67.5 122.64 173.29 -
System Red Green Blue C M Y K H S L
Decimal 131 37 58 0 0.72 0.56 0.49 346.6 0.56 0.33
Hex 83 25 3A 0 48 38 31 15B 38 21
Octal 203 45 72 0 110 70 61 533 70 41
Binary 10000011 100101 111010 0 1001000 111000 110001 101011011 111000 100001

Color Harmonies of #83253A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83253A

Black with #83253A

Text Example


Text Example

White with #83253A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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