Html Css Color HEX #780308 Sangria

📋 copy color: '#780308'

red 120 ◦ green 3 ◦ blue 8

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

Shades of Sangria #780308

Tints of Sangria #780308

RGB

 RED value IS 120 (47.27% from 255) = 91.6%

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

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

R = 91.6%
G = 2.29%
B = 6.11%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.93

 K value IS 0.53

RGB Variations

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

Color information

#780308 (or 0x780308) is known color: Sangria. HEX triplet: 78, 03 and 08. RGB value is (120,3,8). Sum of RGB (Red+Green+Blue) = 120+3+8=131 (17% of max value = 765). Red value is 120 (47.27% from 255 or 91.60% from 131); Green value is 3 (1.56% from 255 or 2.29% from 131); Blue value is 8 (3.52% from 255 or 6.11% from 131); Max value from RGB is 120 - color contains mainly: red. Hex color #780308 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #780308 is #87FCF7. Grayscale: #262626. Windows color (decimal): -8912120 or 525176. OLE color: 525176.

HSL color Cylindrical-coordinate representation of color #780308: hue angle of 357.44º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #780308 is Cyan = 0, Magento = 0.98, Yellow = 0.93 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 3 8 -
CMYK 0 0.98 0.93 0.53
HSL 357.44º 0.95% 0.24% -
HSV(B) 357.44º 0.98% 0.47% -
XYZ 7.82 4.08 0.6 -
YUV 38.55 110.76 186.09 -
System Red Green Blue C M Y K H S L
Decimal 120 3 8 0 0.98 0.93 0.53 357.44 0.95 0.24
Hex 78 3 8 0 62 5D 35 165 5F 18
Octal 170 3 10 0 142 135 65 545 137 30
Binary 1111000 11 1000 0 1100010 1011101 110101 101100101 1011111 11000

Color Harmonies of #780308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #780308

Black with #780308

Text Example


Text Example

White with #780308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #780308; }

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

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

background-color css

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

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

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

border-color css

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

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

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