Html Css Color HEX #830408 Sangria

📋 copy color: '#830408'

red 131 ◦ green 4 ◦ blue 8

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

Shades of Sangria #830408

Tints of Sangria #830408

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.8%

 BLUE value IS 8 (3.52% from 255) = 5.59%

R = 91.61%
G = 2.8%
B = 5.59%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.94

 K value IS 0.49

RGB Variations

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

Color information

#830408 (or 0x830408) is known color: Sangria. HEX triplet: 83, 04 and 08. RGB value is (131,4,8). Sum of RGB (Red+Green+Blue) = 131+4+8=143 (18% of max value = 765). Red value is 131 (51.56% from 255 or 91.61% from 143); Green value is 4 (1.95% from 255 or 2.80% from 143); Blue value is 8 (3.52% from 255 or 5.59% from 143); Max value from RGB is 131 - color contains mainly: red. Hex color #830408 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #830408 is #7CFBF7. Grayscale: #2A2A2A. Windows color (decimal): -8190968 or 525443. OLE color: 525443.

HSL color Cylindrical-coordinate representation of color #830408: hue angle of 358.11º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #830408 is Cyan = 0, Magento = 0.97, Yellow = 0.94 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 4 8 -
CMYK 0 0.97 0.94 0.49
HSL 358.11º 0.94% 0.26% -
HSV(B) 358.11º 0.97% 0.51% -
XYZ 9.45 4.93 0.68 -
YUV 42.43 108.58 191.17 -
System Red Green Blue C M Y K H S L
Decimal 131 4 8 0 0.97 0.94 0.49 358.11 0.94 0.26
Hex 83 4 8 0 61 5E 31 166 5E 1A
Octal 203 4 10 0 141 136 61 546 136 32
Binary 10000011 100 1000 0 1100001 1011110 110001 101100110 1011110 11010

Color Harmonies of #830408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830408

Black with #830408

Text Example


Text Example

White with #830408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830408; }

 p { color: rgb(131,4,8); }

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

background-color css

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

 a { background-color: rgb(131,4,8); }

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

border-color css

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

 span { border-color: rgb(131,4,8); }

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