Html Css Color HEX #41270A Bistre

📋 copy color: '#41270A'

red 65 ◦ green 39 ◦ blue 10

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

Shades of Bistre #41270A

Tints of Bistre #41270A

RGB

 RED value IS 65 (25.78% from 255) = 57.02%

 GREEN value IS 39 (15.63% from 255) = 34.21%

 BLUE value IS 10 (4.3% from 255) = 8.77%

R = 57.02%
G = 34.21%
B = 8.77%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.85

 K value IS 0.75

RGB Variations

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

Color information

#41270A (or 0x41270A) is known color: Bistre. HEX triplet: 41, 27 and 0A. RGB value is (65,39,10). Sum of RGB (Red+Green+Blue) = 65+39+10=114 (15% of max value = 765). Red value is 65 (25.78% from 255 or 57.02% from 114); Green value is 39 (15.62% from 255 or 34.21% from 114); Blue value is 10 (4.30% from 255 or 8.77% from 114); Max value from RGB is 65 - color contains mainly: red. Hex color #41270A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #41270A is #BED8F5. Grayscale: #2B2B2B. Windows color (decimal): -12507382 or 665409. OLE color: 665409.

HSL color Cylindrical-coordinate representation of color #41270A: hue angle of 31.64º degrees, saturation: 0.73, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #41270A is Cyan = 0, Magento = 0.40, Yellow = 0.85 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 39 10 -
CMYK 0 0.40 0.85 0.75
HSL 31.64º 0.73% 0.15% -
HSV(B) 31.64º 0.85% 0.25% -
XYZ 2.96 2.6 0.63 -
YUV 43.47 109.11 143.36 -
System Red Green Blue C M Y K H S L
Decimal 65 39 10 0 0.40 0.85 0.75 31.64 0.73 0.15
Hex 41 27 A 0 28 55 4B 20 49 F
Octal 101 47 12 0 50 125 113 40 111 17
Binary 1000001 100111 1010 0 101000 1010101 1001011 100000 1001001 1111

Color Harmonies of #41270A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41270A

Black with #41270A

Text Example


Text Example

White with #41270A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,39,10); }

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

background-color css

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

 a { background-color: rgb(65,39,10); }

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

border-color css

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

 span { border-color: rgb(65,39,10); }

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