Html Css Color HEX #741A1E Red Berry

📋 copy color: '#741A1E'

red 116 ◦ green 26 ◦ blue 30

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

Shades of Red Berry #741A1E

Tints of Red Berry #741A1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 17.44%

R = 67.44%
G = 15.12%
B = 17.44%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.74

 K value IS 0.55

RGB Variations

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

Color information

#741A1E (or 0x741A1E) is known color: Red Berry. HEX triplet: 74, 1A and 1E. RGB value is (116,26,30). Sum of RGB (Red+Green+Blue) = 116+26+30=172 (22% of max value = 765). Red value is 116 (45.70% from 255 or 67.44% from 172); Green value is 26 (10.55% from 255 or 15.12% from 172); Blue value is 30 (12.11% from 255 or 17.44% from 172); Max value from RGB is 116 - color contains mainly: red. Hex color #741A1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #741A1E is #8BE5E1. Grayscale: #353535. Windows color (decimal): -9168354 or 1972852. OLE color: 1972852.

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

Color convert

RGB 116 26 30 -
CMYK 0 0.78 0.74 0.55
HSL 357.33º 0.63% 0.28% -
HSV(B) 357.33º 0.78% 0.45% -
XYZ 7.81 4.55 1.69 -
YUV 53.37 114.82 172.67 -
System Red Green Blue C M Y K H S L
Decimal 116 26 30 0 0.78 0.74 0.55 357.33 0.63 0.28
Hex 74 1A 1E 0 4E 4A 37 165 3F 1C
Octal 164 32 36 0 116 112 67 545 77 34
Binary 1110100 11010 11110 0 1001110 1001010 110111 101100101 111111 11100

Color Harmonies of #741A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741A1E

Black with #741A1E

Text Example


Text Example

White with #741A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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