Html Css Color HEX #770B0D Sangria

📋 copy color: '#770B0D'

red 119 ◦ green 11 ◦ blue 13

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

Shades of Sangria #770B0D

Tints of Sangria #770B0D

RGB

 RED value IS 119 (46.88% from 255) = 83.22%

 GREEN value IS 11 (4.69% from 255) = 7.69%

 BLUE value IS 13 (5.47% from 255) = 9.09%

R = 83.22%
G = 7.69%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.89

 K value IS 0.53

RGB Variations

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

Color information

#770B0D (or 0x770B0D) is known color: Sangria. HEX triplet: 77, 0B and 0D. RGB value is (119,11,13). Sum of RGB (Red+Green+Blue) = 119+11+13=143 (18% of max value = 765). Red value is 119 (46.88% from 255 or 83.22% from 143); Green value is 11 (4.69% from 255 or 7.69% from 143); Blue value is 13 (5.47% from 255 or 9.09% from 143); Max value from RGB is 119 - color contains mainly: red. Hex color #770B0D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770B0D is #88F4F2. Grayscale: #2B2B2B. Windows color (decimal): -8975603 or 854903. OLE color: 854903.

HSL color Cylindrical-coordinate representation of color #770B0D: hue angle of 358.89º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #770B0D is Cyan = 0, Magento = 0.91, Yellow = 0.89 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 11 13 -
CMYK 0 0.91 0.89 0.53
HSL 358.89º 0.83% 0.25% -
HSV(B) 358.89º 0.91% 0.47% -
XYZ 7.8 4.19 0.78 -
YUV 43.52 110.78 181.84 -
System Red Green Blue C M Y K H S L
Decimal 119 11 13 0 0.91 0.89 0.53 358.89 0.83 0.25
Hex 77 B D 0 5B 59 35 167 53 19
Octal 167 13 15 0 133 131 65 547 123 31
Binary 1110111 1011 1101 0 1011011 1011001 110101 101100111 1010011 11001

Color Harmonies of #770B0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770B0D

Black with #770B0D

Text Example


Text Example

White with #770B0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770B0D; }

 p { color: rgb(119,11,13); }

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

background-color css

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

 a { background-color: rgb(119,11,13); }

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

border-color css

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

 span { border-color: rgb(119,11,13); }

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