Html Css Color HEX #741C2C Red Berry

📋 copy color: '#741C2C'

red 116 ◦ green 28 ◦ blue 44

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

Shades of Red Berry #741C2C

Tints of Red Berry #741C2C

RGB

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

 GREEN value IS 28 (11.33% from 255) = 14.89%

 BLUE value IS 44 (17.58% from 255) = 23.4%

R = 61.7%
G = 14.89%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.62

 K value IS 0.55

RGB Variations

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

Color information

#741C2C (or 0x741C2C) is known color: Red Berry. HEX triplet: 74, 1C and 2C. RGB value is (116,28,44). Sum of RGB (Red+Green+Blue) = 116+28+44=188 (24% of max value = 765). Red value is 116 (45.70% from 255 or 61.70% from 188); Green value is 28 (11.33% from 255 or 14.89% from 188); Blue value is 44 (17.58% from 255 or 23.40% from 188); Max value from RGB is 116 - color contains mainly: red. Hex color #741C2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #741C2C is #8BE3D3. Grayscale: #383838. Windows color (decimal): -9167828 or 2890868. OLE color: 2890868.

HSL color Cylindrical-coordinate representation of color #741C2C: hue angle of 349.09º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #741C2C is Cyan = 0, Magento = 0.76, Yellow = 0.62 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 28 44 -
CMYK 0 0.76 0.62 0.55
HSL 349.09º 0.61% 0.28% -
HSV(B) 349.09º 0.76% 0.45% -
XYZ 8.07 4.73 2.87 -
YUV 56.14 121.15 170.7 -
System Red Green Blue C M Y K H S L
Decimal 116 28 44 0 0.76 0.62 0.55 349.09 0.61 0.28
Hex 74 1C 2C 0 4C 3E 37 15D 3D 1C
Octal 164 34 54 0 114 76 67 535 75 34
Binary 1110100 11100 101100 0 1001100 111110 110111 101011101 111101 11100

Color Harmonies of #741C2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741C2C

Black with #741C2C

Text Example


Text Example

White with #741C2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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