Html Css Color HEX #741027 Red Berry

📋 copy color: '#741027'

red 116 ◦ green 16 ◦ blue 39

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

Shades of Red Berry #741027

Tints of Red Berry #741027

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.36%

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

R = 67.84%
G = 9.36%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.66

 K value IS 0.55

RGB Variations

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

Color information

#741027 (or 0x741027) is known color: Red Berry. HEX triplet: 74, 10 and 27. RGB value is (116,16,39). Sum of RGB (Red+Green+Blue) = 116+16+39=171 (22% of max value = 765). Red value is 116 (45.70% from 255 or 67.84% from 171); Green value is 16 (6.64% from 255 or 9.36% from 171); Blue value is 39 (15.62% from 255 or 22.81% from 171); Max value from RGB is 116 - color contains mainly: red. Hex color #741027 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #741027 is #8BEFD8. Grayscale: #303030. Windows color (decimal): -9170905 or 2560116. OLE color: 2560116.

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

Color convert

RGB 116 16 39 -
CMYK 0 0.86 0.66 0.55
HSL 346.2º 0.76% 0.26% -
HSV(B) 346.2º 0.86% 0.45% -
XYZ 7.75 4.23 2.33 -
YUV 48.52 122.63 176.13 -
System Red Green Blue C M Y K H S L
Decimal 116 16 39 0 0.86 0.66 0.55 346.2 0.76 0.26
Hex 74 10 27 0 56 42 37 15A 4C 1A
Octal 164 20 47 0 126 102 67 532 114 32
Binary 1110100 10000 100111 0 1010110 1000010 110111 101011010 1001100 11010

Color Harmonies of #741027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741027

Black with #741027

Text Example


Text Example

White with #741027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741027; }

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

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

background-color css

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

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

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

border-color css

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

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

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