Html Css Color HEX #914741 Matrix

📋 copy color: '#914741'

red 145 ◦ green 71 ◦ blue 65

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

Shades of Matrix #914741

Tints of Matrix #914741

RGB

 RED value IS 145 (57.03% from 255) = 51.6%

 GREEN value IS 71 (28.13% from 255) = 25.27%

 BLUE value IS 65 (25.78% from 255) = 23.13%

R = 51.6%
G = 25.27%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.55

 K value IS 0.43

RGB Variations

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

Color information

#914741 (or 0x914741) is known color: Matrix. HEX triplet: 91, 47 and 41. RGB value is (145,71,65). Sum of RGB (Red+Green+Blue) = 145+71+65=281 (37% of max value = 765). Red value is 145 (57.03% from 255 or 51.60% from 281); Green value is 71 (28.12% from 255 or 25.27% from 281); Blue value is 65 (25.78% from 255 or 23.13% from 281); Max value from RGB is 145 - color contains mainly: red. Hex color #914741 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #914741 is #6EB8BE. Grayscale: #5C5C5C. Windows color (decimal): -7256255 or 4278161. OLE color: 4278161.

HSL color Cylindrical-coordinate representation of color #914741: hue angle of 4.5º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #914741 is Cyan = 0, Magento = 0.51, Yellow = 0.55 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 71 65 -
CMYK 0 0.51 0.55 0.43
HSL 4.5º 0.38% 0.41% -
HSV(B) 4.5º 0.55% 0.57% -
XYZ 14.88 10.91 6.32 -
YUV 92.44 112.52 165.49 -
System Red Green Blue C M Y K H S L
Decimal 145 71 65 0 0.51 0.55 0.43 4.5 0.38 0.41
Hex 91 47 41 0 33 37 2B 4 26 29
Octal 221 107 101 0 63 67 53 4 46 51
Binary 10010001 1000111 1000001 0 110011 110111 101011 100 100110 101001

Color Harmonies of #914741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #914741

Black with #914741

Text Example


Text Example

White with #914741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #914741; }

 p { color: rgb(145,71,65); }

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

background-color css

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

 a { background-color: rgb(145,71,65); }

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

border-color css

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

 span { border-color: rgb(145,71,65); }

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