Html Css Color HEX #443001 Mikado

📋 copy color: '#443001'

red 68 ◦ green 48 ◦ blue 1

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

Shades of Mikado #443001

Tints of Mikado #443001

RGB

 RED value IS 68 (26.95% from 255) = 58.12%

 GREEN value IS 48 (19.14% from 255) = 41.03%

 BLUE value IS 1 (0.78% from 255) = 0.85%

R = 58.12%
G = 41.03%
B = 0.85%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.99

 K value IS 0.73

RGB Variations

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

Color information

#443001 (or 0x443001) is known color: Mikado. HEX triplet: 44, 30 and 01. RGB value is (68,48,1). Sum of RGB (Red+Green+Blue) = 68+48+1=117 (15% of max value = 765). Red value is 68 (26.95% from 255 or 58.12% from 117); Green value is 48 (19.14% from 255 or 41.03% from 117); Blue value is 1 (0.78% from 255 or 0.85% from 117); Max value from RGB is 68 - color contains mainly: red. Hex color #443001 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #443001 is #BBCFFE. Grayscale: #303030. Windows color (decimal): -12308479 or 77892. OLE color: 77892.

HSL color Cylindrical-coordinate representation of color #443001: hue angle of 42.09º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #443001 is Cyan = 0, Magento = 0.29, Yellow = 0.99 and Black (K on CMYK) = 0.73.

Color convert

RGB 68 48 1 -
CMYK 0 0.29 0.99 0.73
HSL 42.09º 0.97% 0.14% -
HSV(B) 42.09º 0.99% 0.27% -
XYZ 3.45 3.35 0.49 -
YUV 48.62 101.13 141.82 -
System Red Green Blue C M Y K H S L
Decimal 68 48 1 0 0.29 0.99 0.73 42.09 0.97 0.14
Hex 44 30 1 0 1D 63 49 2A 61 E
Octal 104 60 1 0 35 143 111 52 141 16
Binary 1000100 110000 1 0 11101 1100011 1001001 101010 1100001 1110

Color Harmonies of #443001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443001

Black with #443001

Text Example


Text Example

White with #443001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #443001; }

 p { color: rgb(68,48,1); }

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

background-color css

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

 a { background-color: rgb(68,48,1); }

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

border-color css

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

 span { border-color: rgb(68,48,1); }

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