Html Css Color HEX #830207 Sangria

📋 copy color: '#830207'

red 131 ◦ green 2 ◦ blue 7

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

Shades of Sangria #830207

Tints of Sangria #830207

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.43%

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

R = 93.57%
G = 1.43%
B = 5%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.95

 K value IS 0.49

RGB Variations

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

Color information

#830207 (or 0x830207) is known color: Sangria. HEX triplet: 83, 02 and 07. RGB value is (131,2,7). Sum of RGB (Red+Green+Blue) = 131+2+7=140 (18% of max value = 765). Red value is 131 (51.56% from 255 or 93.57% from 140); Green value is 2 (1.17% from 255 or 1.43% from 140); Blue value is 7 (3.12% from 255 or 5% from 140); Max value from RGB is 131 - color contains mainly: red. Hex color #830207 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #830207 is #7CFDF8. Grayscale: #292929. Windows color (decimal): -8191481 or 459395. OLE color: 459395.

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

Color convert

RGB 131 2 7 -
CMYK 0 0.98 0.95 0.49
HSL 357.67º 0.97% 0.26% -
HSV(B) 357.67º 0.98% 0.51% -
XYZ 9.42 4.88 0.65 -
YUV 41.14 108.74 192.09 -
System Red Green Blue C M Y K H S L
Decimal 131 2 7 0 0.98 0.95 0.49 357.67 0.97 0.26
Hex 83 2 7 0 62 5F 31 166 61 1A
Octal 203 2 7 0 142 137 61 546 141 32
Binary 10000011 10 111 0 1100010 1011111 110001 101100110 1100001 11010

Color Harmonies of #830207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830207

Black with #830207

Text Example


Text Example

White with #830207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830207; }

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

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

background-color css

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

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

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

border-color css

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

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

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