Html Css Color HEX #760A0D Sangria

📋 copy color: '#760A0D'

red 118 ◦ green 10 ◦ blue 13

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

Shades of Sangria #760A0D

Tints of Sangria #760A0D

RGB

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

 GREEN value IS 10 (4.3% from 255) = 7.09%

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

R = 83.69%
G = 7.09%
B = 9.22%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.89

 K value IS 0.54

RGB Variations

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

Color information

#760A0D (or 0x760A0D) is known color: Sangria. HEX triplet: 76, 0A and 0D. RGB value is (118,10,13). Sum of RGB (Red+Green+Blue) = 118+10+13=141 (18% of max value = 765). Red value is 118 (46.48% from 255 or 83.69% from 141); Green value is 10 (4.30% from 255 or 7.09% from 141); Blue value is 13 (5.47% from 255 or 9.22% from 141); Max value from RGB is 118 - color contains mainly: red. Hex color #760A0D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760A0D is #89F5F2. Grayscale: #2A2A2A. Windows color (decimal): -9041395 or 854646. OLE color: 854646.

HSL color Cylindrical-coordinate representation of color #760A0D: hue angle of 358.33º degrees, saturation: 0.84, 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 #760A0D is Cyan = 0, Magento = 0.92, Yellow = 0.89 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 10 13 -
CMYK 0 0.92 0.89 0.54
HSL 358.33º 0.84% 0.25% -
HSV(B) 358.33º 0.92% 0.46% -
XYZ 7.65 4.1 0.77 -
YUV 42.63 111.28 181.76 -
System Red Green Blue C M Y K H S L
Decimal 118 10 13 0 0.92 0.89 0.54 358.33 0.84 0.25
Hex 76 A D 0 5C 59 36 166 54 19
Octal 166 12 15 0 134 131 66 546 124 31
Binary 1110110 1010 1101 0 1011100 1011001 110110 101100110 1010100 11001

Color Harmonies of #760A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760A0D

Black with #760A0D

Text Example


Text Example

White with #760A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760A0D; }

 p { color: rgb(118,10,13); }

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

background-color css

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

 a { background-color: rgb(118,10,13); }

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

border-color css

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

 span { border-color: rgb(118,10,13); }

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