Html Css Color HEX #741A1B Red Berry

📋 copy color: '#741A1B'

red 116 ◦ green 26 ◦ blue 27

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

Shades of Red Berry #741A1B

Tints of Red Berry #741A1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 15.98%

R = 68.64%
G = 15.38%
B = 15.98%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.77

 K value IS 0.55

RGB Variations

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

Color information

#741A1B (or 0x741A1B) is known color: Red Berry. HEX triplet: 74, 1A and 1B. RGB value is (116,26,27). Sum of RGB (Red+Green+Blue) = 116+26+27=169 (22% of max value = 765). Red value is 116 (45.70% from 255 or 68.64% from 169); Green value is 26 (10.55% from 255 or 15.38% from 169); Blue value is 27 (10.94% from 255 or 15.98% from 169); Max value from RGB is 116 - color contains mainly: red. Hex color #741A1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #741A1B is #8BE5E4. Grayscale: #353535. Windows color (decimal): -9168357 or 1776244. OLE color: 1776244.

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

Color convert

RGB 116 26 27 -
CMYK 0 0.78 0.77 0.55
HSL 359.33º 0.63% 0.28% -
HSV(B) 359.33º 0.78% 0.45% -
XYZ 7.77 4.53 1.5 -
YUV 53.02 113.32 172.92 -
System Red Green Blue C M Y K H S L
Decimal 116 26 27 0 0.78 0.77 0.55 359.33 0.63 0.28
Hex 74 1A 1B 0 4E 4D 37 167 3F 1C
Octal 164 32 33 0 116 115 67 547 77 34
Binary 1110100 11010 11011 0 1001110 1001101 110111 101100111 111111 11100

Color Harmonies of #741A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741A1B

Black with #741A1B

Text Example


Text Example

White with #741A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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