Html Css Color HEX #741D28 Red Berry

📋 copy color: '#741D28'

red 116 ◦ green 29 ◦ blue 40

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

Shades of Red Berry #741D28

Tints of Red Berry #741D28

RGB

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

 GREEN value IS 29 (11.72% from 255) = 15.68%

 BLUE value IS 40 (16.02% from 255) = 21.62%

R = 62.7%
G = 15.68%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.66

 K value IS 0.55

RGB Variations

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

Color information

#741D28 (or 0x741D28) is known color: Red Berry. HEX triplet: 74, 1D and 28. RGB value is (116,29,40). Sum of RGB (Red+Green+Blue) = 116+29+40=185 (24% of max value = 765). Red value is 116 (45.70% from 255 or 62.70% from 185); Green value is 29 (11.72% from 255 or 15.68% from 185); Blue value is 40 (16.02% from 255 or 21.62% from 185); Max value from RGB is 116 - color contains mainly: red. Hex color #741D28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #741D28 is #8BE2D7. Grayscale: #383838. Windows color (decimal): -9167576 or 2628980. OLE color: 2628980.

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

Color convert

RGB 116 29 40 -
CMYK 0 0.75 0.66 0.55
HSL 352.41º 0.6% 0.28% -
HSV(B) 352.41º 0.75% 0.45% -
XYZ 8.02 4.74 2.5 -
YUV 56.27 118.82 170.61 -
System Red Green Blue C M Y K H S L
Decimal 116 29 40 0 0.75 0.66 0.55 352.41 0.6 0.28
Hex 74 1D 28 0 4B 42 37 160 3C 1C
Octal 164 35 50 0 113 102 67 540 74 34
Binary 1110100 11101 101000 0 1001011 1000010 110111 101100000 111100 11100

Color Harmonies of #741D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741D28

Black with #741D28

Text Example


Text Example

White with #741D28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,29,40); }

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

background-color css

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

 a { background-color: rgb(116,29,40); }

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

border-color css

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

 span { border-color: rgb(116,29,40); }

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