Html Css Color HEX #741827 Red Berry

📋 copy color: '#741827'

red 116 ◦ green 24 ◦ blue 39

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

Shades of Red Berry #741827

Tints of Red Berry #741827

RGB

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

 GREEN value IS 24 (9.77% from 255) = 13.41%

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

R = 64.8%
G = 13.41%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.66

 K value IS 0.55

RGB Variations

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

Color information

#741827 (or 0x741827) is known color: Red Berry. HEX triplet: 74, 18 and 27. RGB value is (116,24,39). Sum of RGB (Red+Green+Blue) = 116+24+39=179 (23% of max value = 765). Red value is 116 (45.70% from 255 or 64.80% from 179); Green value is 24 (9.77% from 255 or 13.41% from 179); Blue value is 39 (15.62% from 255 or 21.79% from 179); Max value from RGB is 116 - color contains mainly: red. Hex color #741827 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #741827 is #8BE7D8. Grayscale: #353535. Windows color (decimal): -9168857 or 2562164. OLE color: 2562164.

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

Color convert

RGB 116 24 39 -
CMYK 0 0.79 0.66 0.55
HSL 350.22º 0.66% 0.27% -
HSV(B) 350.22º 0.79% 0.45% -
XYZ 7.9 4.51 2.37 -
YUV 53.22 119.98 172.78 -
System Red Green Blue C M Y K H S L
Decimal 116 24 39 0 0.79 0.66 0.55 350.22 0.66 0.27
Hex 74 18 27 0 4F 42 37 15E 42 1B
Octal 164 30 47 0 117 102 67 536 102 33
Binary 1110100 11000 100111 0 1001111 1000010 110111 101011110 1000010 11011

Color Harmonies of #741827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741827

Black with #741827

Text Example


Text Example

White with #741827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741827; }

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

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

background-color css

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

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

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

border-color css

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

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

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