Html Css Color HEX #42291A Bistre

📋 copy color: '#42291A'

red 66 ◦ green 41 ◦ blue 26

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

Shades of Bistre #42291A

Tints of Bistre #42291A

RGB

 RED value IS 66 (26.17% from 255) = 49.62%

 GREEN value IS 41 (16.41% from 255) = 30.83%

 BLUE value IS 26 (10.55% from 255) = 19.55%

R = 49.62%
G = 30.83%
B = 19.55%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.61

 K value IS 0.74

RGB Variations

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

Color information

#42291A (or 0x42291A) is known color: Bistre. HEX triplet: 42, 29 and 1A. RGB value is (66,41,26). Sum of RGB (Red+Green+Blue) = 66+41+26=133 (17% of max value = 765). Red value is 66 (26.17% from 255 or 49.62% from 133); Green value is 41 (16.41% from 255 or 30.83% from 133); Blue value is 26 (10.55% from 255 or 19.55% from 133); Max value from RGB is 66 - color contains mainly: red. Hex color #42291A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42291A is #BDD6E5. Grayscale: #2E2E2E. Windows color (decimal): -12441318 or 1714498. OLE color: 1714498.

HSL color Cylindrical-coordinate representation of color #42291A: hue angle of 22.5º degrees, saturation: 0.43, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #42291A is Cyan = 0, Magento = 0.38, Yellow = 0.61 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 41 26 -
CMYK 0 0.38 0.61 0.74
HSL 22.5º 0.43% 0.18% -
HSV(B) 22.5º 0.61% 0.26% -
XYZ 3.23 2.82 1.35 -
YUV 46.77 116.28 141.72 -
System Red Green Blue C M Y K H S L
Decimal 66 41 26 0 0.38 0.61 0.74 22.5 0.43 0.18
Hex 42 29 1A 0 26 3D 4A 16 2B 12
Octal 102 51 32 0 46 75 112 26 53 22
Binary 1000010 101001 11010 0 100110 111101 1001010 10110 101011 10010

Color Harmonies of #42291A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42291A

Black with #42291A

Text Example


Text Example

White with #42291A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42291A; }

 p { color: rgb(66,41,26); }

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

background-color css

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

 a { background-color: rgb(66,41,26); }

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

border-color css

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

 span { border-color: rgb(66,41,26); }

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