Html Css Color HEX #76090B Sangria

📋 copy color: '#76090B'

red 118 ◦ green 9 ◦ blue 11

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

Shades of Sangria #76090B

Tints of Sangria #76090B

RGB

 RED value IS 118 (46.48% from 255) = 85.51%

 GREEN value IS 9 (3.91% from 255) = 6.52%

 BLUE value IS 11 (4.69% from 255) = 7.97%

R = 85.51%
G = 6.52%
B = 7.97%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.91

 K value IS 0.54

RGB Variations

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

Color information

#76090B (or 0x76090B) is known color: Sangria. HEX triplet: 76, 09 and 0B. RGB value is (118,9,11). Sum of RGB (Red+Green+Blue) = 118+9+11=138 (18% of max value = 765). Red value is 118 (46.48% from 255 or 85.51% from 138); Green value is 9 (3.91% from 255 or 6.52% from 138); Blue value is 11 (4.69% from 255 or 7.97% from 138); Max value from RGB is 118 - color contains mainly: red. Hex color #76090B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #76090B is #89F6F4. Grayscale: #292929. Windows color (decimal): -9041653 or 723318. OLE color: 723318.

HSL color Cylindrical-coordinate representation of color #76090B: hue angle of 358.9º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #76090B is Cyan = 0, Magento = 0.92, Yellow = 0.91 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 9 11 -
CMYK 0 0.92 0.91 0.54
HSL 358.9º 0.86% 0.25% -
HSV(B) 358.9º 0.92% 0.46% -
XYZ 7.63 4.07 0.7 -
YUV 41.82 110.61 182.34 -
System Red Green Blue C M Y K H S L
Decimal 118 9 11 0 0.92 0.91 0.54 358.9 0.86 0.25
Hex 76 9 B 0 5C 5B 36 167 56 19
Octal 166 11 13 0 134 133 66 547 126 31
Binary 1110110 1001 1011 0 1011100 1011011 110110 101100111 1010110 11001

Color Harmonies of #76090B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76090B

Black with #76090B

Text Example


Text Example

White with #76090B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76090B; }

 p { color: rgb(118,9,11); }

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

background-color css

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

 a { background-color: rgb(118,9,11); }

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

border-color css

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

 span { border-color: rgb(118,9,11); }

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