Html Css Color HEX #830306 Sangria

📋 copy color: '#830306'

red 131 ◦ green 3 ◦ blue 6

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

Shades of Sangria #830306

Tints of Sangria #830306

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.14%

 BLUE value IS 6 (2.73% from 255) = 4.29%

R = 93.57%
G = 2.14%
B = 4.29%

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

#830306 (or 0x830306) is known color: Sangria. HEX triplet: 83, 03 and 06. RGB value is (131,3,6). Sum of RGB (Red+Green+Blue) = 131+3+6=140 (18% of max value = 765). Red value is 131 (51.56% from 255 or 93.57% from 140); Green value is 3 (1.56% from 255 or 2.14% from 140); Blue value is 6 (2.73% from 255 or 4.29% from 140); Max value from RGB is 131 - color contains mainly: red. Hex color #830306 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #830306 is #7CFCF9. Grayscale: #292929. Windows color (decimal): -8191226 or 394115. OLE color: 394115.

HSL color Cylindrical-coordinate representation of color #830306: hue angle of 358.59º degrees, saturation: 0.96, 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 #830306 is Cyan = 0, Magento = 0.98, Yellow = 0.95 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 3 6 -
CMYK 0 0.98 0.95 0.49
HSL 358.59º 0.96% 0.26% -
HSV(B) 358.59º 0.98% 0.51% -
XYZ 9.43 4.9 0.62 -
YUV 41.61 107.91 191.76 -
System Red Green Blue C M Y K H S L
Decimal 131 3 6 0 0.98 0.95 0.49 358.59 0.96 0.26
Hex 83 3 6 0 62 5F 31 167 60 1A
Octal 203 3 6 0 142 137 61 547 140 32
Binary 10000011 11 110 0 1100010 1011111 110001 101100111 1100000 11010

Color Harmonies of #830306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #830306

Black with #830306

Text Example


Text Example

White with #830306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #830306; }

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

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

background-color css

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

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

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

border-color css

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

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

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