Html Css Color HEX #444002 Madras

📋 copy color: '#444002'

red 68 ◦ green 64 ◦ blue 2

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

Shades of Madras #444002

Tints of Madras #444002

RGB

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

 GREEN value IS 64 (25.39% from 255) = 47.76%

 BLUE value IS 2 (1.17% from 255) = 1.49%

R = 50.75%
G = 47.76%
B = 1.49%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.97

 K value IS 0.73

RGB Variations

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

Color information

#444002 (or 0x444002) is known color: Madras. HEX triplet: 44, 40 and 02. RGB value is (68,64,2). Sum of RGB (Red+Green+Blue) = 68+64+2=134 (17% of max value = 765). Red value is 68 (26.95% from 255 or 50.75% from 134); Green value is 64 (25.39% from 255 or 47.76% from 134); Blue value is 2 (1.17% from 255 or 1.49% from 134); Max value from RGB is 68 - color contains mainly: red. Hex color #444002 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #444002 is #BBBFFD. Grayscale: #3A3A3A. Windows color (decimal): -12304382 or 147524. OLE color: 147524.

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

Color convert

RGB 68 64 2 -
CMYK 0 0.06 0.97 0.73
HSL 56.36º 0.94% 0.14% -
HSV(B) 56.36º 0.97% 0.27% -
XYZ 4.23 4.9 0.78 -
YUV 58.13 96.33 135.04 -
System Red Green Blue C M Y K H S L
Decimal 68 64 2 0 0.06 0.97 0.73 56.36 0.94 0.14
Hex 44 40 2 0 6 61 49 38 5E E
Octal 104 100 2 0 6 141 111 70 136 16
Binary 1000100 1000000 10 0 110 1100001 1001001 111000 1011110 1110

Color Harmonies of #444002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #444002

Black with #444002

Text Example


Text Example

White with #444002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #444002; }

 p { color: rgb(68,64,2); }

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

background-color css

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

 a { background-color: rgb(68,64,2); }

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

border-color css

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

 span { border-color: rgb(68,64,2); }

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