Html Css Color HEX #741823 Red Berry

📋 copy color: '#741823'

red 116 ◦ green 24 ◦ blue 35

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

Shades of Red Berry #741823

Tints of Red Berry #741823

RGB

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

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

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

R = 66.29%
G = 13.71%
B = 20%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.70

 K value IS 0.55

RGB Variations

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

Color information

#741823 (or 0x741823) is known color: Red Berry. HEX triplet: 74, 18 and 23. RGB value is (116,24,35). Sum of RGB (Red+Green+Blue) = 116+24+35=175 (23% of max value = 765). Red value is 116 (45.70% from 255 or 66.29% from 175); Green value is 24 (9.77% from 255 or 13.71% from 175); Blue value is 35 (14.06% from 255 or 20% from 175); Max value from RGB is 116 - color contains mainly: red. Hex color #741823 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #741823 is #8BE7DC. Grayscale: #343434. Windows color (decimal): -9168861 or 2300020. OLE color: 2300020.

HSL color Cylindrical-coordinate representation of color #741823: hue angle of 352.83º 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 #741823 is Cyan = 0, Magento = 0.79, Yellow = 0.70 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 24 35 -
CMYK 0 0.79 0.70 0.55
HSL 352.83º 0.66% 0.27% -
HSV(B) 352.83º 0.79% 0.45% -
XYZ 7.83 4.49 2.04 -
YUV 52.76 117.98 173.11 -
System Red Green Blue C M Y K H S L
Decimal 116 24 35 0 0.79 0.70 0.55 352.83 0.66 0.27
Hex 74 18 23 0 4F 46 37 161 42 1B
Octal 164 30 43 0 117 106 67 541 102 33
Binary 1110100 11000 100011 0 1001111 1000110 110111 101100001 1000010 11011

Color Harmonies of #741823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741823

Black with #741823

Text Example


Text Example

White with #741823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #741823; }

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

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

background-color css

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

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

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

border-color css

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

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

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