Html Css Color HEX #820308 Sangria

📋 copy color: '#820308'

red 130 ◦ green 3 ◦ blue 8

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

Shades of Sangria #820308

Tints of Sangria #820308

RGB

 RED value IS 130 (51.17% from 255) = 92.2%

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

 BLUE value IS 8 (3.52% from 255) = 5.67%

R = 92.2%
G = 2.13%
B = 5.67%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.94

 K value IS 0.49

RGB Variations

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

Color information

#820308 (or 0x820308) is known color: Sangria. HEX triplet: 82, 03 and 08. RGB value is (130,3,8). Sum of RGB (Red+Green+Blue) = 130+3+8=141 (18% of max value = 765). Red value is 130 (51.17% from 255 or 92.20% from 141); Green value is 3 (1.56% from 255 or 2.13% from 141); Blue value is 8 (3.52% from 255 or 5.67% from 141); Max value from RGB is 130 - color contains mainly: red. Hex color #820308 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #820308 is #7DFCF7. Grayscale: #292929. Windows color (decimal): -8256760 or 525186. OLE color: 525186.

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

Color convert

RGB 130 3 8 -
CMYK 0 0.98 0.94 0.49
HSL 357.64º 0.95% 0.26% -
HSV(B) 357.64º 0.98% 0.51% -
XYZ 9.28 4.83 0.67 -
YUV 41.54 109.08 191.09 -
System Red Green Blue C M Y K H S L
Decimal 130 3 8 0 0.98 0.94 0.49 357.64 0.95 0.26
Hex 82 3 8 0 62 5E 31 166 5F 1A
Octal 202 3 10 0 142 136 61 546 137 32
Binary 10000010 11 1000 0 1100010 1011110 110001 101100110 1011111 11010

Color Harmonies of #820308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #820308

Black with #820308

Text Example


Text Example

White with #820308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #820308; }

 p { color: rgb(130,3,8); }

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

background-color css

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

 a { background-color: rgb(130,3,8); }

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

border-color css

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

 span { border-color: rgb(130,3,8); }

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