Html Css Color HEX #74131C Red Berry

📋 copy color: '#74131C'

red 116 ◦ green 19 ◦ blue 28

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

Shades of Red Berry #74131C

Tints of Red Berry #74131C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.66%

 BLUE value IS 28 (11.33% from 255) = 17.18%

R = 71.17%
G = 11.66%
B = 17.18%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.76

 K value IS 0.55

RGB Variations

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

Color information

#74131C (or 0x74131C) is known color: Red Berry. HEX triplet: 74, 13 and 1C. RGB value is (116,19,28). Sum of RGB (Red+Green+Blue) = 116+19+28=163 (21% of max value = 765). Red value is 116 (45.70% from 255 or 71.17% from 163); Green value is 19 (7.81% from 255 or 11.66% from 163); Blue value is 28 (11.33% from 255 or 17.18% from 163); Max value from RGB is 116 - color contains mainly: red. Hex color #74131C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74131C is #8BECE3. Grayscale: #313131. Windows color (decimal): -9170148 or 1839988. OLE color: 1839988.

HSL color Cylindrical-coordinate representation of color #74131C: hue angle of 354.43º degrees, saturation: 0.72, 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 #74131C is Cyan = 0, Magento = 0.84, Yellow = 0.76 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 19 28 -
CMYK 0 0.84 0.76 0.55
HSL 354.43º 0.72% 0.26% -
HSV(B) 354.43º 0.84% 0.45% -
XYZ 7.64 4.26 1.52 -
YUV 49.03 116.14 175.77 -
System Red Green Blue C M Y K H S L
Decimal 116 19 28 0 0.84 0.76 0.55 354.43 0.72 0.26
Hex 74 13 1C 0 54 4C 37 162 48 1A
Octal 164 23 34 0 124 114 67 542 110 32
Binary 1110100 10011 11100 0 1010100 1001100 110111 101100010 1001000 11010

Color Harmonies of #74131C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74131C

Black with #74131C

Text Example


Text Example

White with #74131C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74131C; }

 p { color: rgb(116,19,28); }

 H1.HeaderClassName
 {
   color: #74131C;
 }
 .AnyTagClassName
 {
   color: #74131C;
 }
</style>

background-color css

<style>
 a { background-color: #74131C; }

 a { background-color: rgb(116,19,28); }

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

border-color css

<style>
 span { border-color: #74131C; }

 span { border-color: rgb(116,19,28); }

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