Html Css Color HEX #74141A Red Berry

📋 copy color: '#74141A'

red 116 ◦ green 20 ◦ blue 26

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

Shades of Red Berry #74141A

Tints of Red Berry #74141A

RGB

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

 GREEN value IS 20 (8.2% from 255) = 12.35%

 BLUE value IS 26 (10.55% from 255) = 16.05%

R = 71.6%
G = 12.35%
B = 16.05%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.78

 K value IS 0.55

RGB Variations

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

Color information

#74141A (or 0x74141A) is known color: Red Berry. HEX triplet: 74, 14 and 1A. RGB value is (116,20,26). Sum of RGB (Red+Green+Blue) = 116+20+26=162 (21% of max value = 765). Red value is 116 (45.70% from 255 or 71.60% from 162); Green value is 20 (8.20% from 255 or 12.35% from 162); Blue value is 26 (10.55% from 255 or 16.05% from 162); Max value from RGB is 116 - color contains mainly: red. Hex color #74141A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74141A is #8BEBE5. Grayscale: #313131. Windows color (decimal): -9169894 or 1709172. OLE color: 1709172.

HSL color Cylindrical-coordinate representation of color #74141A: hue angle of 356.25º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #74141A is Cyan = 0, Magento = 0.83, Yellow = 0.78 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 20 26 -
CMYK 0 0.83 0.78 0.55
HSL 356.25º 0.71% 0.27% -
HSV(B) 356.25º 0.83% 0.45% -
XYZ 7.64 4.29 1.4 -
YUV 49.39 114.8 175.51 -
System Red Green Blue C M Y K H S L
Decimal 116 20 26 0 0.83 0.78 0.55 356.25 0.71 0.27
Hex 74 14 1A 0 53 4E 37 164 47 1B
Octal 164 24 32 0 123 116 67 544 107 33
Binary 1110100 10100 11010 0 1010011 1001110 110111 101100100 1000111 11011

Color Harmonies of #74141A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74141A

Black with #74141A

Text Example


Text Example

White with #74141A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74141A; }

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

 H1.HeaderClassName
 {
   color: #74141A;
 }
 .AnyTagClassName
 {
   color: #74141A;
 }
</style>

background-color css

<style>
 a { background-color: #74141A; }

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

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

border-color css

<style>
 span { border-color: #74141A; }

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

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