Html Css Color HEX #741623 Red Berry

📋 copy color: '#741623'

red 116 ◦ green 22 ◦ blue 35

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

Shades of Red Berry #741623

Tints of Red Berry #741623

RGB

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

 GREEN value IS 22 (8.98% from 255) = 12.72%

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

R = 67.05%
G = 12.72%
B = 20.23%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.70

 K value IS 0.55

RGB Variations

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

Color information

#741623 (or 0x741623) is known color: Red Berry. HEX triplet: 74, 16 and 23. RGB value is (116,22,35). Sum of RGB (Red+Green+Blue) = 116+22+35=173 (22% of max value = 765). Red value is 116 (45.70% from 255 or 67.05% from 173); Green value is 22 (8.98% from 255 or 12.72% from 173); Blue value is 35 (14.06% from 255 or 20.23% from 173); Max value from RGB is 116 - color contains mainly: red. Hex color #741623 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #741623 is #8BE9DC. Grayscale: #333333. Windows color (decimal): -9169373 or 2299508. OLE color: 2299508.

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

Color convert

RGB 116 22 35 -
CMYK 0 0.81 0.70 0.55
HSL 351.7º 0.68% 0.27% -
HSV(B) 351.7º 0.81% 0.45% -
XYZ 7.79 4.41 2.03 -
YUV 51.59 118.64 173.94 -
System Red Green Blue C M Y K H S L
Decimal 116 22 35 0 0.81 0.70 0.55 351.7 0.68 0.27
Hex 74 16 23 0 51 46 37 160 44 1B
Octal 164 26 43 0 121 106 67 540 104 33
Binary 1110100 10110 100011 0 1010001 1000110 110111 101100000 1000100 11011

Color Harmonies of #741623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741623

Black with #741623

Text Example


Text Example

White with #741623

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741623; }

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

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

background-color css

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

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

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

border-color css

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

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

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