Html Css Color HEX #741D20 Red Berry

📋 copy color: '#741D20'

red 116 ◦ green 29 ◦ blue 32

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

Shades of Red Berry #741D20

Tints of Red Berry #741D20

RGB

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

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

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

R = 65.54%
G = 16.38%
B = 18.08%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.72

 K value IS 0.55

RGB Variations

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

Color information

#741D20 (or 0x741D20) is known color: Red Berry. HEX triplet: 74, 1D and 20. RGB value is (116,29,32). Sum of RGB (Red+Green+Blue) = 116+29+32=177 (23% of max value = 765). Red value is 116 (45.70% from 255 or 65.54% from 177); Green value is 29 (11.72% from 255 or 16.38% from 177); Blue value is 32 (12.89% from 255 or 18.08% from 177); Max value from RGB is 116 - color contains mainly: red. Hex color #741D20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #741D20 is #8BE2DF. Grayscale: #373737. Windows color (decimal): -9167584 or 2104692. OLE color: 2104692.

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

Color convert

RGB 116 29 32 -
CMYK 0 0.75 0.72 0.55
HSL 357.93º 0.6% 0.28% -
HSV(B) 357.93º 0.75% 0.45% -
XYZ 7.9 4.7 1.86 -
YUV 55.36 114.82 171.26 -
System Red Green Blue C M Y K H S L
Decimal 116 29 32 0 0.75 0.72 0.55 357.93 0.6 0.28
Hex 74 1D 20 0 4B 48 37 166 3C 1C
Octal 164 35 40 0 113 110 67 546 74 34
Binary 1110100 11101 100000 0 1001011 1001000 110111 101100110 111100 11100

Color Harmonies of #741D20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741D20

Black with #741D20

Text Example


Text Example

White with #741D20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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