Html Css Color HEX #741727 Red Berry

📋 copy color: '#741727'

red 116 ◦ green 23 ◦ blue 39

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

Shades of Red Berry #741727

Tints of Red Berry #741727

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.92%

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

R = 65.17%
G = 12.92%
B = 21.91%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.66

 K value IS 0.55

RGB Variations

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

Color information

#741727 (or 0x741727) is known color: Red Berry. HEX triplet: 74, 17 and 27. RGB value is (116,23,39). Sum of RGB (Red+Green+Blue) = 116+23+39=178 (23% of max value = 765). Red value is 116 (45.70% from 255 or 65.17% from 178); Green value is 23 (9.38% from 255 or 12.92% from 178); Blue value is 39 (15.62% from 255 or 21.91% from 178); Max value from RGB is 116 - color contains mainly: red. Hex color #741727 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #741727 is #8BE8D8. Grayscale: #343434. Windows color (decimal): -9169113 or 2561908. OLE color: 2561908.

HSL color Cylindrical-coordinate representation of color #741727: hue angle of 349.68º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #741727 is Cyan = 0, Magento = 0.80, Yellow = 0.66 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 23 39 -
CMYK 0 0.80 0.66 0.55
HSL 349.68º 0.67% 0.27% -
HSV(B) 349.68º 0.8% 0.45% -
XYZ 7.88 4.47 2.37 -
YUV 52.63 120.31 173.2 -
System Red Green Blue C M Y K H S L
Decimal 116 23 39 0 0.80 0.66 0.55 349.68 0.67 0.27
Hex 74 17 27 0 50 42 37 15E 43 1B
Octal 164 27 47 0 120 102 67 536 103 33
Binary 1110100 10111 100111 0 1010000 1000010 110111 101011110 1000011 11011

Color Harmonies of #741727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741727

Black with #741727

Text Example


Text Example

White with #741727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741727; }

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

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

background-color css

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

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

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

border-color css

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

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

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