Html Css Color HEX #77030B Sangria

📋 copy color: '#77030B'

red 119 ◦ green 3 ◦ blue 11

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

Shades of Sangria #77030B

Tints of Sangria #77030B

RGB

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

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

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

R = 89.47%
G = 2.26%
B = 8.27%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.91

 K value IS 0.53

RGB Variations

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

Color information

#77030B (or 0x77030B) is known color: Sangria. HEX triplet: 77, 03 and 0B. RGB value is (119,3,11). Sum of RGB (Red+Green+Blue) = 119+3+11=133 (17% of max value = 765). Red value is 119 (46.88% from 255 or 89.47% from 133); Green value is 3 (1.56% from 255 or 2.26% from 133); Blue value is 11 (4.69% from 255 or 8.27% from 133); Max value from RGB is 119 - color contains mainly: red. Hex color #77030B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #77030B is #88FCF4. Grayscale: #262626. Windows color (decimal): -8977653 or 721783. OLE color: 721783.

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

Color convert

RGB 119 3 11 -
CMYK 0 0.97 0.91 0.53
HSL 355.86º 0.95% 0.24% -
HSV(B) 355.86º 0.97% 0.47% -
XYZ 7.7 4.01 0.68 -
YUV 38.6 112.43 185.35 -
System Red Green Blue C M Y K H S L
Decimal 119 3 11 0 0.97 0.91 0.53 355.86 0.95 0.24
Hex 77 3 B 0 61 5B 35 164 5F 18
Octal 167 3 13 0 141 133 65 544 137 30
Binary 1110111 11 1011 0 1100001 1011011 110101 101100100 1011111 11000

Color Harmonies of #77030B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77030B

Black with #77030B

Text Example


Text Example

White with #77030B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,3,11); }

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

background-color css

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

 a { background-color: rgb(119,3,11); }

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

border-color css

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

 span { border-color: rgb(119,3,11); }

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