Html Css Color HEX #770001 Sangria

📋 copy color: '#770001'

red 119 ◦ green 0 ◦ blue 1

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

Shades of Sangria #770001

Tints of Sangria #770001

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 1 (0.78% from 255) = 0.83%

R = 99.17%
G = 0%
B = 0.83%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.99

 K value IS 0.53

RGB Variations

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

Color information

#770001 (or 0x770001) is known color: Sangria. HEX triplet: 77, 00 and 01. RGB value is (119,0,1). Sum of RGB (Red+Green+Blue) = 119+0+1=120 (15% of max value = 765). Red value is 119 (46.88% from 255 or 99.17% from 120); Green value is 0 (0.39% from 255 or 0% from 120); Blue value is 1 (0.78% from 255 or 0.83% from 120); Max value from RGB is 119 - color contains mainly: red. Hex color #770001 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #770001 is #88FFFE. Grayscale: #232323. Windows color (decimal): -8978431 or 65655. OLE color: 65655.

HSL color Cylindrical-coordinate representation of color #770001: hue angle of 359.5º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #770001 is Cyan = 0, Magento = 1, Yellow = 0.99 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 0 1 -
CMYK 0 1 0.99 0.53
HSL 359.5º 1% 0.23% -
HSV(B) 359.5º 1% 0.47% -
XYZ 7.61 3.92 0.38 -
YUV 35.7 108.42 187.42 -
System Red Green Blue C M Y K H S L
Decimal 119 0 1 0 1 0.99 0.53 359.5 1 0.23
Hex 77 0 1 0 64 63 35 167 64 17
Octal 167 0 1 0 144 143 65 547 144 27
Binary 1110111 0 1 0 1100100 1100011 110101 101100111 1100100 10111

Color Harmonies of #770001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770001

Black with #770001

Text Example


Text Example

White with #770001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770001; }

 p { color: rgb(119,0,1); }

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

background-color css

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

 a { background-color: rgb(119,0,1); }

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

border-color css

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

 span { border-color: rgb(119,0,1); }

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