Html Css Color HEX #831F38 Shiraz

📋 copy color: '#831F38'

red 131 ◦ green 31 ◦ blue 56

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

Shades of Shiraz #831F38

Tints of Shiraz #831F38

RGB

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

 GREEN value IS 31 (12.5% from 255) = 14.22%

 BLUE value IS 56 (22.27% from 255) = 25.69%

R = 60.09%
G = 14.22%
B = 25.69%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.57

 K value IS 0.49

RGB Variations

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

Color information

#831F38 (or 0x831F38) is known color: Shiraz. HEX triplet: 83, 1F and 38. RGB value is (131,31,56). Sum of RGB (Red+Green+Blue) = 131+31+56=218 (28% of max value = 765). Red value is 131 (51.56% from 255 or 60.09% from 218); Green value is 31 (12.5% from 255 or 14.22% from 218); Blue value is 56 (22.27% from 255 or 25.69% from 218); Max value from RGB is 131 - color contains mainly: red. Hex color #831F38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #831F38 is #7CE0C7. Grayscale: #3F3F3F. Windows color (decimal): -8184008 or 3678083. OLE color: 3678083.

HSL color Cylindrical-coordinate representation of color #831F38: hue angle of 345º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #831F38 is Cyan = 0, Magento = 0.76, Yellow = 0.57 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 31 56 -
CMYK 0 0.76 0.57 0.49
HSL 345º 0.62% 0.32% -
HSV(B) 345º 0.76% 0.51% -
XYZ 10.56 6.09 4.36 -
YUV 63.75 123.63 175.97 -
System Red Green Blue C M Y K H S L
Decimal 131 31 56 0 0.76 0.57 0.49 345 0.62 0.32
Hex 83 1F 38 0 4C 39 31 159 3E 20
Octal 203 37 70 0 114 71 61 531 76 40
Binary 10000011 11111 111000 0 1001100 111001 110001 101011001 111110 100000

Color Harmonies of #831F38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #831F38

Black with #831F38

Text Example


Text Example

White with #831F38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,31,56); }

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

background-color css

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

 a { background-color: rgb(131,31,56); }

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

border-color css

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

 span { border-color: rgb(131,31,56); }

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