Html Css Color HEX #423001 Mikado

📋 copy color: '#423001'

red 66 ◦ green 48 ◦ blue 1

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

Shades of Mikado #423001

Tints of Mikado #423001

RGB

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

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

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

R = 57.39%
G = 41.74%
B = 0.87%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.98

 K value IS 0.74

RGB Variations

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

Color information

#423001 (or 0x423001) is known color: Mikado. HEX triplet: 42, 30 and 01. RGB value is (66,48,1). Sum of RGB (Red+Green+Blue) = 66+48+1=115 (15% of max value = 765). Red value is 66 (26.17% from 255 or 57.39% from 115); Green value is 48 (19.14% from 255 or 41.74% from 115); Blue value is 1 (0.78% from 255 or 0.87% from 115); Max value from RGB is 66 - color contains mainly: red. Hex color #423001 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #423001 is #BDCFFE. Grayscale: #303030. Windows color (decimal): -12439551 or 77890. OLE color: 77890.

HSL color Cylindrical-coordinate representation of color #423001: hue angle of 43.38º 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 #423001 is Cyan = 0, Magento = 0.27, Yellow = 0.98 and Black (K on CMYK) = 0.74.

Color convert

RGB 66 48 1 -
CMYK 0 0.27 0.98 0.74
HSL 43.38º 0.97% 0.13% -
HSV(B) 43.38º 0.98% 0.26% -
XYZ 3.31 3.27 0.49 -
YUV 48.02 101.46 140.82 -
System Red Green Blue C M Y K H S L
Decimal 66 48 1 0 0.27 0.98 0.74 43.38 0.97 0.13
Hex 42 30 1 0 1B 62 4A 2B 61 D
Octal 102 60 1 0 33 142 112 53 141 15
Binary 1000010 110000 1 0 11011 1100010 1001010 101011 1100001 1101

Color Harmonies of #423001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423001

Black with #423001

Text Example


Text Example

White with #423001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423001; }

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

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

background-color css

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

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

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

border-color css

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

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

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