Html Css Color HEX #761F20 Red Berry

📋 copy color: '#761F20'

red 118 ◦ green 31 ◦ blue 32

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

Shades of Red Berry #761F20

Tints of Red Berry #761F20

RGB

 RED value IS 118 (46.48% from 255) = 65.19%

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

 BLUE value IS 32 (12.89% from 255) = 17.68%

R = 65.19%
G = 17.13%
B = 17.68%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.73

 K value IS 0.54

RGB Variations

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

Color information

#761F20 (or 0x761F20) is known color: Red Berry. HEX triplet: 76, 1F and 20. RGB value is (118,31,32). Sum of RGB (Red+Green+Blue) = 118+31+32=181 (23% of max value = 765). Red value is 118 (46.48% from 255 or 65.19% from 181); Green value is 31 (12.5% from 255 or 17.13% from 181); Blue value is 32 (12.89% from 255 or 17.68% from 181); Max value from RGB is 118 - color contains mainly: red. Hex color #761F20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #761F20 is #89E0DF. Grayscale: #393939. Windows color (decimal): -9036000 or 2105206. OLE color: 2105206.

HSL color Cylindrical-coordinate representation of color #761F20: hue angle of 359.31º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #761F20 is Cyan = 0, Magento = 0.74, Yellow = 0.73 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 31 32 -
CMYK 0 0.74 0.73 0.54
HSL 359.31º 0.58% 0.29% -
HSV(B) 359.31º 0.74% 0.46% -
XYZ 8.22 4.94 1.89 -
YUV 57.13 113.82 171.42 -
System Red Green Blue C M Y K H S L
Decimal 118 31 32 0 0.74 0.73 0.54 359.31 0.58 0.29
Hex 76 1F 20 0 4A 49 36 167 3A 1D
Octal 166 37 40 0 112 111 66 547 72 35
Binary 1110110 11111 100000 0 1001010 1001001 110110 101100111 111010 11101

Color Harmonies of #761F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761F20

Black with #761F20

Text Example


Text Example

White with #761F20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761F20; }

 p { color: rgb(118,31,32); }

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

background-color css

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

 a { background-color: rgb(118,31,32); }

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

border-color css

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

 span { border-color: rgb(118,31,32); }

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