Html Css Color HEX #433001 Mikado

📋 copy color: '#433001'

red 67 ◦ green 48 ◦ blue 1

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

Shades of Mikado #433001

Tints of Mikado #433001

RGB

 RED value IS 67 (26.56% from 255) = 57.76%

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

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

R = 57.76%
G = 41.38%
B = 0.86%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.99

 K value IS 0.74

RGB Variations

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

Color information

#433001 (or 0x433001) is known color: Mikado. HEX triplet: 43, 30 and 01. RGB value is (67,48,1). Sum of RGB (Red+Green+Blue) = 67+48+1=116 (15% of max value = 765). Red value is 67 (26.56% from 255 or 57.76% from 116); Green value is 48 (19.14% from 255 or 41.38% from 116); Blue value is 1 (0.78% from 255 or 0.86% from 116); Max value from RGB is 67 - color contains mainly: red. Hex color #433001 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #433001 is #BCCFFE. Grayscale: #303030. Windows color (decimal): -12374015 or 77891. OLE color: 77891.

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

Color convert

RGB 67 48 1 -
CMYK 0 0.28 0.99 0.74
HSL 42.73º 0.97% 0.13% -
HSV(B) 42.73º 0.99% 0.26% -
XYZ 3.38 3.31 0.49 -
YUV 48.32 101.29 141.32 -
System Red Green Blue C M Y K H S L
Decimal 67 48 1 0 0.28 0.99 0.74 42.73 0.97 0.13
Hex 43 30 1 0 1C 63 4A 2B 61 D
Octal 103 60 1 0 34 143 112 53 141 15
Binary 1000011 110000 1 0 11100 1100011 1001010 101011 1100001 1101

Color Harmonies of #433001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #433001

Black with #433001

Text Example


Text Example

White with #433001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #433001; }

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

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

background-color css

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

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

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

border-color css

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

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

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