Html Css Color HEX #74141D Red Berry

📋 copy color: '#74141D'

red 116 ◦ green 20 ◦ blue 29

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

Shades of Red Berry #74141D

Tints of Red Berry #74141D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 17.58%

R = 70.3%
G = 12.12%
B = 17.58%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.75

 K value IS 0.55

RGB Variations

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

Color information

#74141D (or 0x74141D) is known color: Red Berry. HEX triplet: 74, 14 and 1D. RGB value is (116,20,29). Sum of RGB (Red+Green+Blue) = 116+20+29=165 (21% of max value = 765). Red value is 116 (45.70% from 255 or 70.30% from 165); Green value is 20 (8.20% from 255 or 12.12% from 165); Blue value is 29 (11.72% from 255 or 17.58% from 165); Max value from RGB is 116 - color contains mainly: red. Hex color #74141D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74141D is #8BEBE2. Grayscale: #313131. Windows color (decimal): -9169891 or 1905780. OLE color: 1905780.

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

Color convert

RGB 116 20 29 -
CMYK 0 0.83 0.75 0.55
HSL 354.38º 0.71% 0.27% -
HSV(B) 354.38º 0.83% 0.45% -
XYZ 7.67 4.3 1.59 -
YUV 49.73 116.3 175.27 -
System Red Green Blue C M Y K H S L
Decimal 116 20 29 0 0.83 0.75 0.55 354.38 0.71 0.27
Hex 74 14 1D 0 53 4B 37 162 47 1B
Octal 164 24 35 0 123 113 67 542 107 33
Binary 1110100 10100 11101 0 1010011 1001011 110111 101100010 1000111 11011

Color Harmonies of #74141D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74141D

Black with #74141D

Text Example


Text Example

White with #74141D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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