Html Css Color HEX #771226 Red Berry

📋 copy color: '#771226'

red 119 ◦ green 18 ◦ blue 38

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

Shades of Red Berry #771226

Tints of Red Berry #771226

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.29%

 BLUE value IS 38 (15.23% from 255) = 21.71%

R = 68%
G = 10.29%
B = 21.71%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.68

 K value IS 0.53

RGB Variations

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

Color information

#771226 (or 0x771226) is known color: Red Berry. HEX triplet: 77, 12 and 26. RGB value is (119,18,38). Sum of RGB (Red+Green+Blue) = 119+18+38=175 (23% of max value = 765). Red value is 119 (46.88% from 255 or 68% from 175); Green value is 18 (7.42% from 255 or 10.29% from 175); Blue value is 38 (15.23% from 255 or 21.71% from 175); Max value from RGB is 119 - color contains mainly: red. Hex color #771226 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #771226 is #88EDD9. Grayscale: #323232. Windows color (decimal): -8973786 or 2495095. OLE color: 2495095.

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

Color convert

RGB 119 18 38 -
CMYK 0 0.85 0.68 0.53
HSL 348.12º 0.74% 0.27% -
HSV(B) 348.12º 0.85% 0.47% -
XYZ 8.17 4.49 2.27 -
YUV 50.48 120.96 176.87 -
System Red Green Blue C M Y K H S L
Decimal 119 18 38 0 0.85 0.68 0.53 348.12 0.74 0.27
Hex 77 12 26 0 55 44 35 15C 4A 1B
Octal 167 22 46 0 125 104 65 534 112 33
Binary 1110111 10010 100110 0 1010101 1000100 110101 101011100 1001010 11011

Color Harmonies of #771226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771226

Black with #771226

Text Example


Text Example

White with #771226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771226; }

 p { color: rgb(119,18,38); }

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

background-color css

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

 a { background-color: rgb(119,18,38); }

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

border-color css

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

 span { border-color: rgb(119,18,38); }

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