Html Css Color HEX #740F1C Red Berry

📋 copy color: '#740F1C'

red 116 ◦ green 15 ◦ blue 28

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

Shades of Red Berry #740F1C

Tints of Red Berry #740F1C

RGB

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

 GREEN value IS 15 (6.25% from 255) = 9.43%

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

R = 72.96%
G = 9.43%
B = 17.61%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.76

 K value IS 0.55

RGB Variations

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

Color information

#740F1C (or 0x740F1C) is known color: Red Berry. HEX triplet: 74, 0F and 1C. RGB value is (116,15,28). Sum of RGB (Red+Green+Blue) = 116+15+28=159 (21% of max value = 765). Red value is 116 (45.70% from 255 or 72.96% from 159); Green value is 15 (6.25% from 255 or 9.43% from 159); Blue value is 28 (11.33% from 255 or 17.61% from 159); Max value from RGB is 116 - color contains mainly: red. Hex color #740F1C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740F1C is #8BF0E3. Grayscale: #2E2E2E. Windows color (decimal): -9171172 or 1838964. OLE color: 1838964.

HSL color Cylindrical-coordinate representation of color #740F1C: hue angle of 352.28º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #740F1C is Cyan = 0, Magento = 0.87, Yellow = 0.76 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 15 28 -
CMYK 0 0.87 0.76 0.55
HSL 352.28º 0.77% 0.26% -
HSV(B) 352.28º 0.87% 0.45% -
XYZ 7.58 4.14 1.5 -
YUV 46.68 117.46 177.44 -
System Red Green Blue C M Y K H S L
Decimal 116 15 28 0 0.87 0.76 0.55 352.28 0.77 0.26
Hex 74 F 1C 0 57 4C 37 160 4D 1A
Octal 164 17 34 0 127 114 67 540 115 32
Binary 1110100 1111 11100 0 1010111 1001100 110111 101100000 1001101 11010

Color Harmonies of #740F1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740F1C

Black with #740F1C

Text Example


Text Example

White with #740F1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740F1C; }

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

 H1.HeaderClassName
 {
   color: #740F1C;
 }
 .AnyTagClassName
 {
   color: #740F1C;
 }
</style>

background-color css

<style>
 a { background-color: #740F1C; }

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

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

border-color css

<style>
 span { border-color: #740F1C; }

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

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