Html Css Color HEX #771423 Red Berry

📋 copy color: '#771423'

red 119 ◦ green 20 ◦ blue 35

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

Shades of Red Berry #771423

Tints of Red Berry #771423

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.49%

 BLUE value IS 35 (14.06% from 255) = 20.11%

R = 68.39%
G = 11.49%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.71

 K value IS 0.53

RGB Variations

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

Color information

#771423 (or 0x771423) is known color: Red Berry. HEX triplet: 77, 14 and 23. RGB value is (119,20,35). Sum of RGB (Red+Green+Blue) = 119+20+35=174 (23% of max value = 765). Red value is 119 (46.88% from 255 or 68.39% from 174); Green value is 20 (8.20% from 255 or 11.49% from 174); Blue value is 35 (14.06% from 255 or 20.11% from 174); Max value from RGB is 119 - color contains mainly: red. Hex color #771423 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #771423 is #88EBDC. Grayscale: #333333. Windows color (decimal): -8973277 or 2298999. OLE color: 2298999.

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

Color convert

RGB 119 20 35 -
CMYK 0 0.83 0.71 0.53
HSL 350.91º 0.71% 0.27% -
HSV(B) 350.91º 0.83% 0.47% -
XYZ 8.16 4.54 2.04 -
YUV 51.31 118.8 176.28 -
System Red Green Blue C M Y K H S L
Decimal 119 20 35 0 0.83 0.71 0.53 350.91 0.71 0.27
Hex 77 14 23 0 53 47 35 15F 47 1B
Octal 167 24 43 0 123 107 65 537 107 33
Binary 1110111 10100 100011 0 1010011 1000111 110101 101011111 1000111 11011

Color Harmonies of #771423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771423

Black with #771423

Text Example


Text Example

White with #771423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771423; }

 p { color: rgb(119,20,35); }

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

background-color css

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

 a { background-color: rgb(119,20,35); }

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

border-color css

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

 span { border-color: rgb(119,20,35); }

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