Html Css Color HEX #741F20 Red Berry

📋 copy color: '#741F20'

red 116 ◦ green 31 ◦ blue 32

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

Shades of Red Berry #741F20

Tints of Red Berry #741F20

RGB

 RED value IS 116 (45.7% from 255) = 64.8%

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

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

R = 64.8%
G = 17.32%
B = 17.88%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.72

 K value IS 0.55

RGB Variations

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

Color information

#741F20 (or 0x741F20) is known color: Red Berry. HEX triplet: 74, 1F and 20. RGB value is (116,31,32). Sum of RGB (Red+Green+Blue) = 116+31+32=179 (23% of max value = 765). Red value is 116 (45.70% from 255 or 64.80% from 179); Green value is 31 (12.5% from 255 or 17.32% from 179); Blue value is 32 (12.89% from 255 or 17.88% from 179); Max value from RGB is 116 - color contains mainly: red. Hex color #741F20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #741F20 is #8BE0DF. Grayscale: #383838. Windows color (decimal): -9167072 or 2105204. OLE color: 2105204.

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

Color convert

RGB 116 31 32 -
CMYK 0 0.73 0.72 0.55
HSL 359.29º 0.58% 0.29% -
HSV(B) 359.29º 0.73% 0.45% -
XYZ 7.95 4.8 1.87 -
YUV 56.53 114.16 170.42 -
System Red Green Blue C M Y K H S L
Decimal 116 31 32 0 0.73 0.72 0.55 359.29 0.58 0.29
Hex 74 1F 20 0 49 48 37 167 3A 1D
Octal 164 37 40 0 111 110 67 547 72 35
Binary 1110100 11111 100000 0 1001001 1001000 110111 101100111 111010 11101

Color Harmonies of #741F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741F20

Black with #741F20

Text Example


Text Example

White with #741F20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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