Html Css Color HEX #41321F Clinker

📋 copy color: '#41321F'

red 65 ◦ green 50 ◦ blue 31

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

Shades of Clinker #41321F

Tints of Clinker #41321F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 34.25%

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

R = 44.52%
G = 34.25%
B = 21.23%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.52

 K value IS 0.75

RGB Variations

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

Color information

#41321F (or 0x41321F) is known color: Clinker. HEX triplet: 41, 32 and 1F. RGB value is (65,50,31). Sum of RGB (Red+Green+Blue) = 65+50+31=146 (19% of max value = 765). Red value is 65 (25.78% from 255 or 44.52% from 146); Green value is 50 (19.92% from 255 or 34.25% from 146); Blue value is 31 (12.5% from 255 or 21.23% from 146); Max value from RGB is 65 - color contains mainly: red. Hex color #41321F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41321F is #BECDE0. Grayscale: #343434. Windows color (decimal): -12504545 or 2044481. OLE color: 2044481.

HSL color Cylindrical-coordinate representation of color #41321F: hue angle of 33.53º 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 #41321F is Cyan = 0, Magento = 0.23, Yellow = 0.52 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 50 31 -
CMYK 0 0.23 0.52 0.75
HSL 33.53º 0.35% 0.19% -
HSV(B) 33.53º 0.52% 0.25% -
XYZ 3.57 3.5 1.78 -
YUV 52.32 115.97 137.04 -
System Red Green Blue C M Y K H S L
Decimal 65 50 31 0 0.23 0.52 0.75 33.53 0.35 0.19
Hex 41 32 1F 0 17 34 4B 22 23 13
Octal 101 62 37 0 27 64 113 42 43 23
Binary 1000001 110010 11111 0 10111 110100 1001011 100010 100011 10011

Color Harmonies of #41321F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41321F

Black with #41321F

Text Example


Text Example

White with #41321F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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