Html Css Color HEX #76050B Sangria

📋 copy color: '#76050B'

red 118 ◦ green 5 ◦ blue 11

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

Shades of Sangria #76050B

Tints of Sangria #76050B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.73%

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

R = 88.06%
G = 3.73%
B = 8.21%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.91

 K value IS 0.54

RGB Variations

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

Color information

#76050B (or 0x76050B) is known color: Sangria. HEX triplet: 76, 05 and 0B. RGB value is (118,5,11). Sum of RGB (Red+Green+Blue) = 118+5+11=134 (17% of max value = 765). Red value is 118 (46.48% from 255 or 88.06% from 134); Green value is 5 (2.34% from 255 or 3.73% from 134); Blue value is 11 (4.69% from 255 or 8.21% from 134); Max value from RGB is 118 - color contains mainly: red. Hex color #76050B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #76050B is #89FAF4. Grayscale: #272727. Windows color (decimal): -9042677 or 722294. OLE color: 722294.

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

Color convert

RGB 118 5 11 -
CMYK 0 0.96 0.91 0.54
HSL 356.81º 0.92% 0.24% -
HSV(B) 356.81º 0.96% 0.46% -
XYZ 7.59 3.98 0.69 -
YUV 39.47 111.94 184.01 -
System Red Green Blue C M Y K H S L
Decimal 118 5 11 0 0.96 0.91 0.54 356.81 0.92 0.24
Hex 76 5 B 0 60 5B 36 165 5C 18
Octal 166 5 13 0 140 133 66 545 134 30
Binary 1110110 101 1011 0 1100000 1011011 110110 101100101 1011100 11000

Color Harmonies of #76050B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76050B

Black with #76050B

Text Example


Text Example

White with #76050B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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