Html Css Color HEX #740F2A Red Berry

📋 copy color: '#740F2A'

red 116 ◦ green 15 ◦ blue 42

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

Shades of Red Berry #740F2A

Tints of Red Berry #740F2A

RGB

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

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

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

R = 67.05%
G = 8.67%
B = 24.28%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.64

 K value IS 0.55

RGB Variations

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

Color information

#740F2A (or 0x740F2A) is known color: Red Berry. HEX triplet: 74, 0F and 2A. RGB value is (116,15,42). Sum of RGB (Red+Green+Blue) = 116+15+42=173 (22% of max value = 765). Red value is 116 (45.70% from 255 or 67.05% from 173); Green value is 15 (6.25% from 255 or 8.67% from 173); Blue value is 42 (16.80% from 255 or 24.28% from 173); Max value from RGB is 116 - color contains mainly: red. Hex color #740F2A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #740F2A is #8BF0D5. Grayscale: #303030. Windows color (decimal): -9171158 or 2756468. OLE color: 2756468.

HSL color Cylindrical-coordinate representation of color #740F2A: hue angle of 343.96º 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 #740F2A is Cyan = 0, Magento = 0.87, Yellow = 0.64 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 15 42 -
CMYK 0 0.87 0.64 0.55
HSL 343.96º 0.77% 0.26% -
HSV(B) 343.96º 0.87% 0.45% -
XYZ 7.79 4.22 2.59 -
YUV 48.28 124.46 176.3 -
System Red Green Blue C M Y K H S L
Decimal 116 15 42 0 0.87 0.64 0.55 343.96 0.77 0.26
Hex 74 F 2A 0 57 40 37 158 4D 1A
Octal 164 17 52 0 127 100 67 530 115 32
Binary 1110100 1111 101010 0 1010111 1000000 110111 101011000 1001101 11010

Color Harmonies of #740F2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740F2A

Black with #740F2A

Text Example


Text Example

White with #740F2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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