Html Css Color HEX #741F2B Red Berry

📋 copy color: '#741F2B'

red 116 ◦ green 31 ◦ blue 43

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

Shades of Red Berry #741F2B

Tints of Red Berry #741F2B

RGB

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

 GREEN value IS 31 (12.5% from 255) = 16.32%

 BLUE value IS 43 (17.19% from 255) = 22.63%

R = 61.05%
G = 16.32%
B = 22.63%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.63

 K value IS 0.55

RGB Variations

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

Color information

#741F2B (or 0x741F2B) is known color: Red Berry. HEX triplet: 74, 1F and 2B. RGB value is (116,31,43). Sum of RGB (Red+Green+Blue) = 116+31+43=190 (25% of max value = 765). Red value is 116 (45.70% from 255 or 61.05% from 190); Green value is 31 (12.5% from 255 or 16.32% from 190); Blue value is 43 (17.19% from 255 or 22.63% from 190); Max value from RGB is 116 - color contains mainly: red. Hex color #741F2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #741F2B is #8BE0D4. Grayscale: #393939. Windows color (decimal): -9167061 or 2826100. OLE color: 2826100.

HSL color Cylindrical-coordinate representation of color #741F2B: hue angle of 351.53º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #741F2B is Cyan = 0, Magento = 0.73, Yellow = 0.63 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 31 43 -
CMYK 0 0.73 0.63 0.55
HSL 351.53º 0.58% 0.29% -
HSV(B) 351.53º 0.73% 0.45% -
XYZ 8.13 4.87 2.8 -
YUV 57.78 119.66 169.52 -
System Red Green Blue C M Y K H S L
Decimal 116 31 43 0 0.73 0.63 0.55 351.53 0.58 0.29
Hex 74 1F 2B 0 49 3F 37 160 3A 1D
Octal 164 37 53 0 111 77 67 540 72 35
Binary 1110100 11111 101011 0 1001001 111111 110111 101100000 111010 11101

Color Harmonies of #741F2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741F2B

Black with #741F2B

Text Example


Text Example

White with #741F2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741F2B; }

 p { color: rgb(116,31,43); }

 H1.HeaderClassName
 {
   color: #741F2B;
 }
 .AnyTagClassName
 {
   color: #741F2B;
 }
</style>

background-color css

<style>
 a { background-color: #741F2B; }

 a { background-color: rgb(116,31,43); }

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

border-color css

<style>
 span { border-color: #741F2B; }

 span { border-color: rgb(116,31,43); }

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