Html Css Color HEX #741C23 Red Berry

📋 copy color: '#741C23'

red 116 ◦ green 28 ◦ blue 35

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

Shades of Red Berry #741C23

Tints of Red Berry #741C23

RGB

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

 GREEN value IS 28 (11.33% from 255) = 15.64%

 BLUE value IS 35 (14.06% from 255) = 19.55%

R = 64.8%
G = 15.64%
B = 19.55%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.70

 K value IS 0.55

RGB Variations

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

Color information

#741C23 (or 0x741C23) is known color: Red Berry. HEX triplet: 74, 1C and 23. RGB value is (116,28,35). Sum of RGB (Red+Green+Blue) = 116+28+35=179 (23% of max value = 765). Red value is 116 (45.70% from 255 or 64.80% from 179); Green value is 28 (11.33% from 255 or 15.64% from 179); Blue value is 35 (14.06% from 255 or 19.55% from 179); Max value from RGB is 116 - color contains mainly: red. Hex color #741C23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #741C23 is #8BE3DC. Grayscale: #373737. Windows color (decimal): -9167837 or 2301044. OLE color: 2301044.

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

Color convert

RGB 116 28 35 -
CMYK 0 0.76 0.70 0.55
HSL 355.23º 0.61% 0.28% -
HSV(B) 355.23º 0.76% 0.45% -
XYZ 7.92 4.66 2.07 -
YUV 55.11 116.65 171.43 -
System Red Green Blue C M Y K H S L
Decimal 116 28 35 0 0.76 0.70 0.55 355.23 0.61 0.28
Hex 74 1C 23 0 4C 46 37 163 3D 1C
Octal 164 34 43 0 114 106 67 543 75 34
Binary 1110100 11100 100011 0 1001100 1000110 110111 101100011 111101 11100

Color Harmonies of #741C23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741C23

Black with #741C23

Text Example


Text Example

White with #741C23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,28,35); }

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

background-color css

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

 a { background-color: rgb(116,28,35); }

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

border-color css

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

 span { border-color: rgb(116,28,35); }

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