Html Css Color HEX #41311F Cola

📋 copy color: '#41311F'

red 65 ◦ green 49 ◦ blue 31

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

Shades of Cola #41311F

Tints of Cola #41311F

RGB

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

 GREEN value IS 49 (19.53% from 255) = 33.79%

 BLUE value IS 31 (12.5% from 255) = 21.38%

R = 44.83%
G = 33.79%
B = 21.38%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.52

 K value IS 0.75

RGB Variations

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

Color information

#41311F (or 0x41311F) is known color: Cola. HEX triplet: 41, 31 and 1F. RGB value is (65,49,31). Sum of RGB (Red+Green+Blue) = 65+49+31=145 (19% of max value = 765). Red value is 65 (25.78% from 255 or 44.83% from 145); Green value is 49 (19.53% from 255 or 33.79% from 145); Blue value is 31 (12.5% from 255 or 21.38% from 145); Max value from RGB is 65 - color contains mainly: red. Hex color #41311F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41311F is #BECEE0. Grayscale: #333333. Windows color (decimal): -12504801 or 2044225. OLE color: 2044225.

HSL color Cylindrical-coordinate representation of color #41311F: hue angle of 31.76º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #41311F is Cyan = 0, Magento = 0.25, Yellow = 0.52 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 49 31 -
CMYK 0 0.25 0.52 0.75
HSL 31.76º 0.35% 0.19% -
HSV(B) 31.76º 0.52% 0.25% -
XYZ 3.53 3.42 1.77 -
YUV 51.73 116.3 137.46 -
System Red Green Blue C M Y K H S L
Decimal 65 49 31 0 0.25 0.52 0.75 31.76 0.35 0.19
Hex 41 31 1F 0 19 34 4B 20 23 13
Octal 101 61 37 0 31 64 113 40 43 23
Binary 1000001 110001 11111 0 11001 110100 1001011 100000 100011 10011

Color Harmonies of #41311F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41311F

Black with #41311F

Text Example


Text Example

White with #41311F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41311F; }

 p { color: rgb(65,49,31); }

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

background-color css

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

 a { background-color: rgb(65,49,31); }

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

border-color css

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

 span { border-color: rgb(65,49,31); }

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