Html Css Color HEX #830507 Sangria

📋 copy color: '#830507'

red 131 ◦ green 5 ◦ blue 7

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

Shades of Sangria #830507

Tints of Sangria #830507

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.5%

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

R = 91.61%
G = 3.5%
B = 4.9%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.95

 K value IS 0.49

RGB Variations

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

Color information

#830507 (or 0x830507) is known color: Sangria. HEX triplet: 83, 05 and 07. RGB value is (131,5,7). Sum of RGB (Red+Green+Blue) = 131+5+7=143 (18% of max value = 765). Red value is 131 (51.56% from 255 or 91.61% from 143); Green value is 5 (2.34% from 255 or 3.50% from 143); Blue value is 7 (3.12% from 255 or 4.90% from 143); Max value from RGB is 131 - color contains mainly: red. Hex color #830507 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #830507 is #7CFAF8. Grayscale: #2B2B2B. Windows color (decimal): -8190713 or 460163. OLE color: 460163.

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

Color convert

RGB 131 5 7 -
CMYK 0 0.96 0.95 0.49
HSL 359.05º 0.93% 0.27% -
HSV(B) 359.05º 0.96% 0.51% -
XYZ 9.45 4.95 0.66 -
YUV 42.9 107.74 190.84 -
System Red Green Blue C M Y K H S L
Decimal 131 5 7 0 0.96 0.95 0.49 359.05 0.93 0.27
Hex 83 5 7 0 60 5F 31 167 5D 1B
Octal 203 5 7 0 140 137 61 547 135 33
Binary 10000011 101 111 0 1100000 1011111 110001 101100111 1011101 11011

Color Harmonies of #830507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830507

Black with #830507

Text Example


Text Example

White with #830507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830507; }

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

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

background-color css

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

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

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

border-color css

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

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

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