Html Css Color HEX #831A3E Shiraz

📋 copy color: '#831A3E'

red 131 ◦ green 26 ◦ blue 62

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

Shades of Shiraz #831A3E

Tints of Shiraz #831A3E

RGB

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

 GREEN value IS 26 (10.55% from 255) = 11.87%

 BLUE value IS 62 (24.61% from 255) = 28.31%

R = 59.82%
G = 11.87%
B = 28.31%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.53

 K value IS 0.49

RGB Variations

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

Color information

#831A3E (or 0x831A3E) is known color: Shiraz. HEX triplet: 83, 1A and 3E. RGB value is (131,26,62). Sum of RGB (Red+Green+Blue) = 131+26+62=219 (29% of max value = 765). Red value is 131 (51.56% from 255 or 59.82% from 219); Green value is 26 (10.55% from 255 or 11.87% from 219); Blue value is 62 (24.61% from 255 or 28.31% from 219); Max value from RGB is 131 - color contains mainly: red. Hex color #831A3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #831A3E is #7CE5C1. Grayscale: #3D3D3D. Windows color (decimal): -8185282 or 4070019. OLE color: 4070019.

HSL color Cylindrical-coordinate representation of color #831A3E: hue angle of 339.43º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #831A3E is Cyan = 0, Magento = 0.80, Yellow = 0.53 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 26 62 -
CMYK 0 0.80 0.53 0.49
HSL 339.43º 0.67% 0.31% -
HSV(B) 339.43º 0.8% 0.51% -
XYZ 10.6 5.91 5.14 -
YUV 61.5 128.29 177.57 -
System Red Green Blue C M Y K H S L
Decimal 131 26 62 0 0.80 0.53 0.49 339.43 0.67 0.31
Hex 83 1A 3E 0 50 35 31 153 43 1F
Octal 203 32 76 0 120 65 61 523 103 37
Binary 10000011 11010 111110 0 1010000 110101 110001 101010011 1000011 11111

Color Harmonies of #831A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831A3E

Black with #831A3E

Text Example


Text Example

White with #831A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #831A3E; }

 p { color: rgb(131,26,62); }

 H1.HeaderClassName
 {
   color: #831A3E;
 }
 .AnyTagClassName
 {
   color: #831A3E;
 }
</style>

background-color css

<style>
 a { background-color: #831A3E; }

 a { background-color: rgb(131,26,62); }

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

border-color css

<style>
 span { border-color: #831A3E; }

 span { border-color: rgb(131,26,62); }

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