Html Css Color HEX #74151A Red Berry

📋 copy color: '#74151A'

red 116 ◦ green 21 ◦ blue 26

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

Shades of Red Berry #74151A

Tints of Red Berry #74151A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.88%

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

R = 71.17%
G = 12.88%
B = 15.95%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.78

 K value IS 0.55

RGB Variations

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

Color information

#74151A (or 0x74151A) is known color: Red Berry. HEX triplet: 74, 15 and 1A. RGB value is (116,21,26). Sum of RGB (Red+Green+Blue) = 116+21+26=163 (21% of max value = 765). Red value is 116 (45.70% from 255 or 71.17% from 163); Green value is 21 (8.59% from 255 or 12.88% from 163); Blue value is 26 (10.55% from 255 or 15.95% from 163); Max value from RGB is 116 - color contains mainly: red. Hex color #74151A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74151A is #8BEAE5. Grayscale: #323232. Windows color (decimal): -9169638 or 1709428. OLE color: 1709428.

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

Color convert

RGB 116 21 26 -
CMYK 0 0.82 0.78 0.55
HSL 356.84º 0.69% 0.27% -
HSV(B) 356.84º 0.82% 0.45% -
XYZ 7.66 4.32 1.41 -
YUV 49.98 114.47 175.09 -
System Red Green Blue C M Y K H S L
Decimal 116 21 26 0 0.82 0.78 0.55 356.84 0.69 0.27
Hex 74 15 1A 0 52 4E 37 165 45 1B
Octal 164 25 32 0 122 116 67 545 105 33
Binary 1110100 10101 11010 0 1010010 1001110 110111 101100101 1000101 11011

Color Harmonies of #74151A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74151A

Black with #74151A

Text Example


Text Example

White with #74151A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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