Html Css Color HEX #74121A Red Berry

📋 copy color: '#74121A'

red 116 ◦ green 18 ◦ blue 26

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

Shades of Red Berry #74121A

Tints of Red Berry #74121A

RGB

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

 GREEN value IS 18 (7.42% from 255) = 11.25%

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

R = 72.5%
G = 11.25%
B = 16.25%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.78

 K value IS 0.55

RGB Variations

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

Color information

#74121A (or 0x74121A) is known color: Red Berry. HEX triplet: 74, 12 and 1A. RGB value is (116,18,26). Sum of RGB (Red+Green+Blue) = 116+18+26=160 (21% of max value = 765). Red value is 116 (45.70% from 255 or 72.5% from 160); Green value is 18 (7.42% from 255 or 11.25% from 160); Blue value is 26 (10.55% from 255 or 16.25% from 160); Max value from RGB is 116 - color contains mainly: red. Hex color #74121A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74121A is #8BEDE5. Grayscale: #303030. Windows color (decimal): -9170406 or 1708660. OLE color: 1708660.

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

Color convert

RGB 116 18 26 -
CMYK 0 0.84 0.78 0.55
HSL 355.1º 0.73% 0.26% -
HSV(B) 355.1º 0.84% 0.45% -
XYZ 7.61 4.22 1.39 -
YUV 48.21 115.47 176.35 -
System Red Green Blue C M Y K H S L
Decimal 116 18 26 0 0.84 0.78 0.55 355.1 0.73 0.26
Hex 74 12 1A 0 54 4E 37 163 49 1A
Octal 164 22 32 0 124 116 67 543 111 32
Binary 1110100 10010 11010 0 1010100 1001110 110111 101100011 1001001 11010

Color Harmonies of #74121A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74121A

Black with #74121A

Text Example


Text Example

White with #74121A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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