Html Css Color HEX #741B1D Red Berry

📋 copy color: '#741B1D'

red 116 ◦ green 27 ◦ blue 29

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

Shades of Red Berry #741B1D

Tints of Red Berry #741B1D

RGB

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

 GREEN value IS 27 (10.94% from 255) = 15.7%

 BLUE value IS 29 (11.72% from 255) = 16.86%

R = 67.44%
G = 15.7%
B = 16.86%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.75

 K value IS 0.55

RGB Variations

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

Color information

#741B1D (or 0x741B1D) is known color: Red Berry. HEX triplet: 74, 1B and 1D. RGB value is (116,27,29). Sum of RGB (Red+Green+Blue) = 116+27+29=172 (22% of max value = 765). Red value is 116 (45.70% from 255 or 67.44% from 172); Green value is 27 (10.94% from 255 or 15.70% from 172); Blue value is 29 (11.72% from 255 or 16.86% from 172); Max value from RGB is 116 - color contains mainly: red. Hex color #741B1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #741B1D is #8BE4E2. Grayscale: #353535. Windows color (decimal): -9168099 or 1907572. OLE color: 1907572.

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

Color convert

RGB 116 27 29 -
CMYK 0 0.77 0.75 0.55
HSL 358.65º 0.62% 0.28% -
HSV(B) 358.65º 0.77% 0.45% -
XYZ 7.82 4.59 1.64 -
YUV 53.84 113.99 172.34 -
System Red Green Blue C M Y K H S L
Decimal 116 27 29 0 0.77 0.75 0.55 358.65 0.62 0.28
Hex 74 1B 1D 0 4D 4B 37 167 3E 1C
Octal 164 33 35 0 115 113 67 547 76 34
Binary 1110100 11011 11101 0 1001101 1001011 110111 101100111 111110 11100

Color Harmonies of #741B1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #741B1D

Black with #741B1D

Text Example


Text Example

White with #741B1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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