Html Css Color HEX #741D2C Red Berry

📋 copy color: '#741D2C'

red 116 ◦ green 29 ◦ blue 44

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

Shades of Red Berry #741D2C

Tints of Red Berry #741D2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 23.28%

R = 61.38%
G = 15.34%
B = 23.28%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.62

 K value IS 0.55

RGB Variations

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

Color information

#741D2C (or 0x741D2C) is known color: Red Berry. HEX triplet: 74, 1D and 2C. RGB value is (116,29,44). Sum of RGB (Red+Green+Blue) = 116+29+44=189 (25% of max value = 765). Red value is 116 (45.70% from 255 or 61.38% from 189); Green value is 29 (11.72% from 255 or 15.34% from 189); Blue value is 44 (17.58% from 255 or 23.28% from 189); Max value from RGB is 116 - color contains mainly: red. Hex color #741D2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #741D2C is #8BE2D3. Grayscale: #383838. Windows color (decimal): -9167572 or 2891124. OLE color: 2891124.

HSL color Cylindrical-coordinate representation of color #741D2C: hue angle of 349.66º 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 #741D2C is Cyan = 0, Magento = 0.75, Yellow = 0.62 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 29 44 -
CMYK 0 0.75 0.62 0.55
HSL 349.66º 0.6% 0.28% -
HSV(B) 349.66º 0.75% 0.45% -
XYZ 8.1 4.77 2.88 -
YUV 56.72 120.82 170.28 -
System Red Green Blue C M Y K H S L
Decimal 116 29 44 0 0.75 0.62 0.55 349.66 0.6 0.28
Hex 74 1D 2C 0 4B 3E 37 15E 3C 1C
Octal 164 35 54 0 113 76 67 536 74 34
Binary 1110100 11101 101100 0 1001011 111110 110111 101011110 111100 11100

Color Harmonies of #741D2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741D2C

Black with #741D2C

Text Example


Text Example

White with #741D2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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