Html Css Color HEX #83000C Sangria

📋 copy color: '#83000C'

red 131 ◦ green 0 ◦ blue 12

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

Shades of Sangria #83000C

Tints of Sangria #83000C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 12 (5.08% from 255) = 8.39%

R = 91.61%
G = 0%
B = 8.39%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.91

 K value IS 0.49

RGB Variations

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

Color information

#83000C (or 0x83000C) is known color: Sangria. HEX triplet: 83, 00 and 0C. RGB value is (131,0,12). Sum of RGB (Red+Green+Blue) = 131+0+12=143 (18% of max value = 765). Red value is 131 (51.56% from 255 or 91.61% from 143); Green value is 0 (0.39% from 255 or 0% from 143); Blue value is 12 (5.08% from 255 or 8.39% from 143); Max value from RGB is 131 - color contains mainly: red. Hex color #83000C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #83000C is #7CFFF3. Grayscale: #282828. Windows color (decimal): -8191988 or 786563. OLE color: 786563.

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

Color convert

RGB 131 0 12 -
CMYK 0 1 0.91 0.49
HSL 354.5º 1% 0.26% -
HSV(B) 354.5º 1% 0.51% -
XYZ 9.43 4.85 0.79 -
YUV 40.54 111.9 192.52 -
System Red Green Blue C M Y K H S L
Decimal 131 0 12 0 1 0.91 0.49 354.5 1 0.26
Hex 83 0 C 0 64 5B 31 163 64 1A
Octal 203 0 14 0 144 133 61 543 144 32
Binary 10000011 0 1100 0 1100100 1011011 110001 101100011 1100100 11010

Color Harmonies of #83000C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83000C

Black with #83000C

Text Example


Text Example

White with #83000C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83000C; }

 p { color: rgb(131,0,12); }

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

background-color css

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

 a { background-color: rgb(131,0,12); }

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

border-color css

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

 span { border-color: rgb(131,0,12); }

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