Html Css Color HEX #741A1C Red Berry

📋 copy color: '#741A1C'

red 116 ◦ green 26 ◦ blue 28

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

Shades of Red Berry #741A1C

Tints of Red Berry #741A1C

RGB

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

 GREEN value IS 26 (10.55% from 255) = 15.29%

 BLUE value IS 28 (11.33% from 255) = 16.47%

R = 68.24%
G = 15.29%
B = 16.47%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.76

 K value IS 0.55

RGB Variations

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

Color information

#741A1C (or 0x741A1C) is known color: Red Berry. HEX triplet: 74, 1A and 1C. RGB value is (116,26,28). Sum of RGB (Red+Green+Blue) = 116+26+28=170 (22% of max value = 765). Red value is 116 (45.70% from 255 or 68.24% from 170); Green value is 26 (10.55% from 255 or 15.29% from 170); Blue value is 28 (11.33% from 255 or 16.47% from 170); Max value from RGB is 116 - color contains mainly: red. Hex color #741A1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #741A1C is #8BE5E3. Grayscale: #353535. Windows color (decimal): -9168356 or 1841780. OLE color: 1841780.

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

Color convert

RGB 116 26 28 -
CMYK 0 0.78 0.76 0.55
HSL 358.67º 0.63% 0.28% -
HSV(B) 358.67º 0.78% 0.45% -
XYZ 7.78 4.54 1.56 -
YUV 53.14 113.82 172.84 -
System Red Green Blue C M Y K H S L
Decimal 116 26 28 0 0.78 0.76 0.55 358.67 0.63 0.28
Hex 74 1A 1C 0 4E 4C 37 167 3F 1C
Octal 164 32 34 0 116 114 67 547 77 34
Binary 1110100 11010 11100 0 1001110 1001100 110111 101100111 111111 11100

Color Harmonies of #741A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741A1C

Black with #741A1C

Text Example


Text Example

White with #741A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,26,28); }

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

background-color css

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

 a { background-color: rgb(116,26,28); }

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

border-color css

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

 span { border-color: rgb(116,26,28); }

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