Html Css Color HEX #760306 Sangria

📋 copy color: '#760306'

red 118 ◦ green 3 ◦ blue 6

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

Shades of Sangria #760306

Tints of Sangria #760306

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 4.72%

R = 92.91%
G = 2.36%
B = 4.72%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.95

 K value IS 0.54

RGB Variations

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

Color information

#760306 (or 0x760306) is known color: Sangria. HEX triplet: 76, 03 and 06. RGB value is (118,3,6). Sum of RGB (Red+Green+Blue) = 118+3+6=127 (16% of max value = 765). Red value is 118 (46.48% from 255 or 92.91% from 127); Green value is 3 (1.56% from 255 or 2.36% from 127); Blue value is 6 (2.73% from 255 or 4.72% from 127); Max value from RGB is 118 - color contains mainly: red. Hex color #760306 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #760306 is #89FCF9. Grayscale: #252525. Windows color (decimal): -9043194 or 394102. OLE color: 394102.

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

Color convert

RGB 118 3 6 -
CMYK 0 0.97 0.95 0.54
HSL 358.43º 0.95% 0.24% -
HSV(B) 358.43º 0.97% 0.46% -
XYZ 7.54 3.93 0.53 -
YUV 37.73 110.1 185.26 -
System Red Green Blue C M Y K H S L
Decimal 118 3 6 0 0.97 0.95 0.54 358.43 0.95 0.24
Hex 76 3 6 0 61 5F 36 166 5F 18
Octal 166 3 6 0 141 137 66 546 137 30
Binary 1110110 11 110 0 1100001 1011111 110110 101100110 1011111 11000

Color Harmonies of #760306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #760306

Black with #760306

Text Example


Text Example

White with #760306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #760306; }

 p { color: rgb(118,3,6); }

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

background-color css

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

 a { background-color: rgb(118,3,6); }

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

border-color css

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

 span { border-color: rgb(118,3,6); }

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