Html Css Color HEX #771D24 Red Berry

📋 copy color: '#771D24'

red 119 ◦ green 29 ◦ blue 36

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

Shades of Red Berry #771D24

Tints of Red Berry #771D24

RGB

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

 GREEN value IS 29 (11.72% from 255) = 15.76%

 BLUE value IS 36 (14.45% from 255) = 19.57%

R = 64.67%
G = 15.76%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.70

 K value IS 0.53

RGB Variations

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

Color information

#771D24 (or 0x771D24) is known color: Red Berry. HEX triplet: 77, 1D and 24. RGB value is (119,29,36). Sum of RGB (Red+Green+Blue) = 119+29+36=184 (24% of max value = 765). Red value is 119 (46.88% from 255 or 64.67% from 184); Green value is 29 (11.72% from 255 or 15.76% from 184); Blue value is 36 (14.45% from 255 or 19.57% from 184); Max value from RGB is 119 - color contains mainly: red. Hex color #771D24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #771D24 is #88E2DB. Grayscale: #383838. Windows color (decimal): -8970972 or 2366839. OLE color: 2366839.

HSL color Cylindrical-coordinate representation of color #771D24: hue angle of 355.33º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #771D24 is Cyan = 0, Magento = 0.76, Yellow = 0.70 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 29 36 -
CMYK 0 0.76 0.70 0.53
HSL 355.33º 0.61% 0.29% -
HSV(B) 355.33º 0.76% 0.47% -
XYZ 8.37 4.93 2.18 -
YUV 56.71 116.32 172.43 -
System Red Green Blue C M Y K H S L
Decimal 119 29 36 0 0.76 0.70 0.53 355.33 0.61 0.29
Hex 77 1D 24 0 4C 46 35 163 3D 1D
Octal 167 35 44 0 114 106 65 543 75 35
Binary 1110111 11101 100100 0 1001100 1000110 110101 101100011 111101 11101

Color Harmonies of #771D24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771D24

Black with #771D24

Text Example


Text Example

White with #771D24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771D24; }

 p { color: rgb(119,29,36); }

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

background-color css

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

 a { background-color: rgb(119,29,36); }

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

border-color css

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

 span { border-color: rgb(119,29,36); }

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