Html Css Color HEX #74112A Red Berry

📋 copy color: '#74112A'

red 116 ◦ green 17 ◦ blue 42

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

Shades of Red Berry #74112A

Tints of Red Berry #74112A

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.71%

 BLUE value IS 42 (16.8% from 255) = 24%

R = 66.29%
G = 9.71%
B = 24%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.64

 K value IS 0.55

RGB Variations

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

Color information

#74112A (or 0x74112A) is known color: Red Berry. HEX triplet: 74, 11 and 2A. RGB value is (116,17,42). Sum of RGB (Red+Green+Blue) = 116+17+42=175 (23% of max value = 765). Red value is 116 (45.70% from 255 or 66.29% from 175); Green value is 17 (7.03% from 255 or 9.71% from 175); Blue value is 42 (16.80% from 255 or 24% from 175); Max value from RGB is 116 - color contains mainly: red. Hex color #74112A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74112A is #8BEED5. Grayscale: #313131. Windows color (decimal): -9170646 or 2756980. OLE color: 2756980.

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

Color convert

RGB 116 17 42 -
CMYK 0 0.85 0.64 0.55
HSL 344.85º 0.74% 0.26% -
HSV(B) 344.85º 0.85% 0.45% -
XYZ 7.82 4.28 2.6 -
YUV 49.45 123.8 175.47 -
System Red Green Blue C M Y K H S L
Decimal 116 17 42 0 0.85 0.64 0.55 344.85 0.74 0.26
Hex 74 11 2A 0 55 40 37 159 4A 1A
Octal 164 21 52 0 125 100 67 531 112 32
Binary 1110100 10001 101010 0 1010101 1000000 110111 101011001 1001010 11010

Color Harmonies of #74112A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74112A

Black with #74112A

Text Example


Text Example

White with #74112A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,17,42); }

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

background-color css

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

 a { background-color: rgb(116,17,42); }

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

border-color css

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

 span { border-color: rgb(116,17,42); }

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