Html Css Color HEX #830607 Sangria

📋 copy color: '#830607'

red 131 ◦ green 6 ◦ blue 7

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

Shades of Sangria #830607

Tints of Sangria #830607

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.17%

 BLUE value IS 7 (3.13% from 255) = 4.86%

R = 90.97%
G = 4.17%
B = 4.86%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.95

 K value IS 0.49

RGB Variations

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

Color information

#830607 (or 0x830607) is known color: Sangria. HEX triplet: 83, 06 and 07. RGB value is (131,6,7). Sum of RGB (Red+Green+Blue) = 131+6+7=144 (19% of max value = 765). Red value is 131 (51.56% from 255 or 90.97% from 144); Green value is 6 (2.73% from 255 or 4.17% from 144); Blue value is 7 (3.12% from 255 or 4.86% from 144); Max value from RGB is 131 - color contains mainly: red. Hex color #830607 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #830607 is #7CF9F8. Grayscale: #2B2B2B. Windows color (decimal): -8190457 or 460419. OLE color: 460419.

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

Color convert

RGB 131 6 7 -
CMYK 0 0.95 0.95 0.49
HSL 359.52º 0.91% 0.27% -
HSV(B) 359.52º 0.95% 0.51% -
XYZ 9.46 4.97 0.66 -
YUV 43.49 107.41 190.42 -
System Red Green Blue C M Y K H S L
Decimal 131 6 7 0 0.95 0.95 0.49 359.52 0.91 0.27
Hex 83 6 7 0 5F 5F 31 168 5B 1B
Octal 203 6 7 0 137 137 61 550 133 33
Binary 10000011 110 111 0 1011111 1011111 110001 101101000 1011011 11011

Color Harmonies of #830607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830607

Black with #830607

Text Example


Text Example

White with #830607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830607; }

 p { color: rgb(131,6,7); }

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

background-color css

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

 a { background-color: rgb(131,6,7); }

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

border-color css

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

 span { border-color: rgb(131,6,7); }

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