Html Css Color HEX #771F2B Red Berry

📋 copy color: '#771F2B'

red 119 ◦ green 31 ◦ blue 43

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

Shades of Red Berry #771F2B

Tints of Red Berry #771F2B

RGB

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

 GREEN value IS 31 (12.5% from 255) = 16.06%

 BLUE value IS 43 (17.19% from 255) = 22.28%

R = 61.66%
G = 16.06%
B = 22.28%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.64

 K value IS 0.53

RGB Variations

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

Color information

#771F2B (or 0x771F2B) is known color: Red Berry. HEX triplet: 77, 1F and 2B. RGB value is (119,31,43). Sum of RGB (Red+Green+Blue) = 119+31+43=193 (25% of max value = 765). Red value is 119 (46.88% from 255 or 61.66% from 193); Green value is 31 (12.5% from 255 or 16.06% from 193); Blue value is 43 (17.19% from 255 or 22.28% from 193); Max value from RGB is 119 - color contains mainly: red. Hex color #771F2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #771F2B is #88E0D4. Grayscale: #3A3A3A. Windows color (decimal): -8970453 or 2826103. OLE color: 2826103.

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

Color convert

RGB 119 31 43 -
CMYK 0 0.74 0.64 0.53
HSL 351.82º 0.59% 0.29% -
HSV(B) 351.82º 0.74% 0.47% -
XYZ 8.53 5.08 2.82 -
YUV 58.68 119.15 171.02 -
System Red Green Blue C M Y K H S L
Decimal 119 31 43 0 0.74 0.64 0.53 351.82 0.59 0.29
Hex 77 1F 2B 0 4A 40 35 160 3B 1D
Octal 167 37 53 0 112 100 65 540 73 35
Binary 1110111 11111 101011 0 1001010 1000000 110101 101100000 111011 11101

Color Harmonies of #771F2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771F2B

Black with #771F2B

Text Example


Text Example

White with #771F2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,31,43); }

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

background-color css

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

 a { background-color: rgb(119,31,43); }

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

border-color css

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

 span { border-color: rgb(119,31,43); }

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