Html Css Color HEX #741627 Red Berry

📋 copy color: '#741627'

red 116 ◦ green 22 ◦ blue 39

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

Shades of Red Berry #741627

Tints of Red Berry #741627

RGB

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

 GREEN value IS 22 (8.98% from 255) = 12.43%

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

R = 65.54%
G = 12.43%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.66

 K value IS 0.55

RGB Variations

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

Color information

#741627 (or 0x741627) is known color: Red Berry. HEX triplet: 74, 16 and 27. RGB value is (116,22,39). Sum of RGB (Red+Green+Blue) = 116+22+39=177 (23% of max value = 765). Red value is 116 (45.70% from 255 or 65.54% from 177); Green value is 22 (8.98% from 255 or 12.43% from 177); Blue value is 39 (15.62% from 255 or 22.03% from 177); Max value from RGB is 116 - color contains mainly: red. Hex color #741627 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #741627 is #8BE9D8. Grayscale: #343434. Windows color (decimal): -9169369 or 2561652. OLE color: 2561652.

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

Color convert

RGB 116 22 39 -
CMYK 0 0.81 0.66 0.55
HSL 349.15º 0.68% 0.27% -
HSV(B) 349.15º 0.81% 0.45% -
XYZ 7.86 4.43 2.36 -
YUV 52.04 120.64 173.62 -
System Red Green Blue C M Y K H S L
Decimal 116 22 39 0 0.81 0.66 0.55 349.15 0.68 0.27
Hex 74 16 27 0 51 42 37 15D 44 1B
Octal 164 26 47 0 121 102 67 535 104 33
Binary 1110100 10110 100111 0 1010001 1000010 110111 101011101 1000100 11011

Color Harmonies of #741627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741627

Black with #741627

Text Example


Text Example

White with #741627

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741627; }

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

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

background-color css

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

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

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

border-color css

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

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

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