Html Css Color HEX #741A23 Red Berry

📋 copy color: '#741A23'

red 116 ◦ green 26 ◦ blue 35

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

Shades of Red Berry #741A23

Tints of Red Berry #741A23

RGB

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

 GREEN value IS 26 (10.55% from 255) = 14.69%

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

R = 65.54%
G = 14.69%
B = 19.77%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.70

 K value IS 0.55

RGB Variations

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

Color information

#741A23 (or 0x741A23) is known color: Red Berry. HEX triplet: 74, 1A and 23. RGB value is (116,26,35). Sum of RGB (Red+Green+Blue) = 116+26+35=177 (23% of max value = 765). Red value is 116 (45.70% from 255 or 65.54% from 177); Green value is 26 (10.55% from 255 or 14.69% from 177); Blue value is 35 (14.06% from 255 or 19.77% from 177); Max value from RGB is 116 - color contains mainly: red. Hex color #741A23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #741A23 is #8BE5DC. Grayscale: #353535. Windows color (decimal): -9168349 or 2300532. OLE color: 2300532.

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

Color convert

RGB 116 26 35 -
CMYK 0 0.78 0.70 0.55
HSL 354º 0.63% 0.28% -
HSV(B) 354º 0.78% 0.45% -
XYZ 7.88 4.57 2.06 -
YUV 53.94 117.32 172.27 -
System Red Green Blue C M Y K H S L
Decimal 116 26 35 0 0.78 0.70 0.55 354 0.63 0.28
Hex 74 1A 23 0 4E 46 37 162 3F 1C
Octal 164 32 43 0 116 106 67 542 77 34
Binary 1110100 11010 100011 0 1001110 1000110 110111 101100010 111111 11100

Color Harmonies of #741A23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741A23

Black with #741A23

Text Example


Text Example

White with #741A23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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