Html Css Color HEX #41321D Clinker

📋 copy color: '#41321D'

red 65 ◦ green 50 ◦ blue 29

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

Shades of Clinker #41321D

Tints of Clinker #41321D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 20.14%

R = 45.14%
G = 34.72%
B = 20.14%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.55

 K value IS 0.75

RGB Variations

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

Color information

#41321D (or 0x41321D) is known color: Clinker. HEX triplet: 41, 32 and 1D. RGB value is (65,50,29). Sum of RGB (Red+Green+Blue) = 65+50+29=144 (19% of max value = 765). Red value is 65 (25.78% from 255 or 45.14% from 144); Green value is 50 (19.92% from 255 or 34.72% from 144); Blue value is 29 (11.72% from 255 or 20.14% from 144); Max value from RGB is 65 - color contains mainly: red. Hex color #41321D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41321D is #BECDE2. Grayscale: #343434. Windows color (decimal): -12504547 or 1913409. OLE color: 1913409.

HSL color Cylindrical-coordinate representation of color #41321D: hue angle of 35º degrees, saturation: 0.38, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #41321D is Cyan = 0, Magento = 0.23, Yellow = 0.55 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 50 29 -
CMYK 0 0.23 0.55 0.75
HSL 35º 0.38% 0.18% -
HSV(B) 35º 0.55% 0.25% -
XYZ 3.54 3.49 1.65 -
YUV 52.09 114.97 137.21 -
System Red Green Blue C M Y K H S L
Decimal 65 50 29 0 0.23 0.55 0.75 35 0.38 0.18
Hex 41 32 1D 0 17 37 4B 23 26 12
Octal 101 62 35 0 27 67 113 43 46 22
Binary 1000001 110010 11101 0 10111 110111 1001011 100011 100110 10010

Color Harmonies of #41321D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41321D

Black with #41321D

Text Example


Text Example

White with #41321D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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