Html Css Color HEX #640304 Pohutukawa

📋 copy color: '#640304'

red 100 ◦ green 3 ◦ blue 4

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

Shades of Pohutukawa #640304

Tints of Pohutukawa #640304

RGB

 RED value IS 100 (39.45% from 255) = 93.46%

 GREEN value IS 3 (1.56% from 255) = 2.8%

 BLUE value IS 4 (1.95% from 255) = 3.74%

R = 93.46%
G = 2.8%
B = 3.74%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.96

 K value IS 0.61

RGB Variations

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

Color information

#640304 (or 0x640304) is known color: Pohutukawa. HEX triplet: 64, 03 and 04. RGB value is (100,3,4). Sum of RGB (Red+Green+Blue) = 100+3+4=107 (14% of max value = 765). Red value is 100 (39.45% from 255 or 93.46% from 107); Green value is 3 (1.56% from 255 or 2.80% from 107); Blue value is 4 (1.95% from 255 or 3.74% from 107); Max value from RGB is 100 - color contains mainly: red. Hex color #640304 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #640304 is #9BFCFB. Grayscale: #202020. Windows color (decimal): -10222844 or 263012. OLE color: 263012.

HSL color Cylindrical-coordinate representation of color #640304: hue angle of 359.38º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #640304 is Cyan = 0, Magento = 0.97, Yellow = 0.96 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 3 4 -
CMYK 0 0.97 0.96 0.61
HSL 359.38º 0.94% 0.2% -
HSV(B) 359.38º 0.97% 0.39% -
XYZ 5.31 2.78 0.37 -
YUV 32.12 112.14 176.42 -
System Red Green Blue C M Y K H S L
Decimal 100 3 4 0 0.97 0.96 0.61 359.38 0.94 0.2
Hex 64 3 4 0 61 60 3D 167 5E 14
Octal 144 3 4 0 141 140 75 547 136 24
Binary 1100100 11 100 0 1100001 1100000 111101 101100111 1011110 10100

Color Harmonies of #640304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640304

Black with #640304

Text Example


Text Example

White with #640304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #640304; }

 p { color: rgb(100,3,4); }

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

background-color css

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

 a { background-color: rgb(100,3,4); }

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

border-color css

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

 span { border-color: rgb(100,3,4); }

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