Html Css Color HEX #741C27 Red Berry

📋 copy color: '#741C27'

red 116 ◦ green 28 ◦ blue 39

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

Shades of Red Berry #741C27

Tints of Red Berry #741C27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 21.31%

R = 63.39%
G = 15.3%
B = 21.31%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.66

 K value IS 0.55

RGB Variations

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

Color information

#741C27 (or 0x741C27) is known color: Red Berry. HEX triplet: 74, 1C and 27. RGB value is (116,28,39). Sum of RGB (Red+Green+Blue) = 116+28+39=183 (24% of max value = 765). Red value is 116 (45.70% from 255 or 63.39% from 183); Green value is 28 (11.33% from 255 or 15.30% from 183); Blue value is 39 (15.62% from 255 or 21.31% from 183); Max value from RGB is 116 - color contains mainly: red. Hex color #741C27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #741C27 is #8BE3D8. Grayscale: #373737. Windows color (decimal): -9167833 or 2563188. OLE color: 2563188.

HSL color Cylindrical-coordinate representation of color #741C27: hue angle of 352.5º 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 #741C27 is Cyan = 0, Magento = 0.76, Yellow = 0.66 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 28 39 -
CMYK 0 0.76 0.66 0.55
HSL 352.5º 0.61% 0.28% -
HSV(B) 352.5º 0.76% 0.45% -
XYZ 7.98 4.69 2.4 -
YUV 55.57 118.65 171.11 -
System Red Green Blue C M Y K H S L
Decimal 116 28 39 0 0.76 0.66 0.55 352.5 0.61 0.28
Hex 74 1C 27 0 4C 42 37 160 3D 1C
Octal 164 34 47 0 114 102 67 540 75 34
Binary 1110100 11100 100111 0 1001100 1000010 110111 101100000 111101 11100

Color Harmonies of #741C27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741C27

Black with #741C27

Text Example


Text Example

White with #741C27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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