Html Css Color HEX #423801 Madras

📋 copy color: '#423801'

red 66 ◦ green 56 ◦ blue 1

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

Shades of Madras #423801

Tints of Madras #423801

RGB

 RED value IS 66 (26.17% from 255) = 53.66%

 GREEN value IS 56 (22.27% from 255) = 45.53%

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

R = 53.66%
G = 45.53%
B = 0.81%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.98

 K value IS 0.74

RGB Variations

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

Color information

#423801 (or 0x423801) is known color: Madras. HEX triplet: 42, 38 and 01. RGB value is (66,56,1). Sum of RGB (Red+Green+Blue) = 66+56+1=123 (16% of max value = 765). Red value is 66 (26.17% from 255 or 53.66% from 123); Green value is 56 (22.27% from 255 or 45.53% from 123); Blue value is 1 (0.78% from 255 or 0.81% from 123); Max value from RGB is 66 - color contains mainly: red. Hex color #423801 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423801 is #BDC7FE. Grayscale: #343434. Windows color (decimal): -12437503 or 79938. OLE color: 79938.

HSL color Cylindrical-coordinate representation of color #423801: hue angle of 50.77º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #423801 is Cyan = 0, Magento = 0.15, Yellow = 0.98 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 56 1 -
CMYK 0 0.15 0.98 0.74
HSL 50.77º 0.97% 0.13% -
HSV(B) 50.77º 0.98% 0.26% -
XYZ 3.67 3.99 0.61 -
YUV 52.72 98.81 137.47 -
System Red Green Blue C M Y K H S L
Decimal 66 56 1 0 0.15 0.98 0.74 50.77 0.97 0.13
Hex 42 38 1 0 F 62 4A 33 61 D
Octal 102 70 1 0 17 142 112 63 141 15
Binary 1000010 111000 1 0 1111 1100010 1001010 110011 1100001 1101

Color Harmonies of #423801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423801

Black with #423801

Text Example


Text Example

White with #423801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423801; }

 p { color: rgb(66,56,1); }

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

background-color css

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

 a { background-color: rgb(66,56,1); }

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

border-color css

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

 span { border-color: rgb(66,56,1); }

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